Html Css Color HEX #959283 Grey Olive

📋 copy color: '#959283'

red 149 ◦ green 146 ◦ blue 131

#959283
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Grey Olive #959283

Tints of Grey Olive #959283

RGB

 RED value IS 149 (58.59% from 255) = 34.98%

 GREEN value IS 146 (57.42% from 255) = 34.27%

 BLUE value IS 131 (51.56% from 255) = 30.75%

R = 34.98%
G = 34.27%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.12

 K value IS 0.42

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#959283 (or 0x959283) is known color: Grey Olive. HEX triplet: 95, 92 and 83. RGB value is (149,146,131). Sum of RGB (Red+Green+Blue) = 149+146+131=426 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.98% from 426); Green value is 146 (57.42% from 255 or 34.27% from 426); Blue value is 131 (51.56% from 255 or 30.75% from 426); Max value from RGB is 149 - color contains mainly: red. Hex color #959283 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959283 is #6A6D7C. Grayscale: #919191. Windows color (decimal): -6974845 or 8622741. OLE color: 8622741.

HSL color Cylindrical-coordinate representation of color #959283: hue angle of 50º degrees, saturation: 0.08, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #959283 is Cyan = 0, Magento = 0.02, Yellow = 0.12 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 146 131 -
CMYK 0 0.02 0.12 0.42
HSL 50º 0.08% 0.55% -
HSV(B) 50º 0.12% 0.58% -
XYZ 26.77 28.59 25.58 -
YUV 145.19 119.99 130.72 -
System Red Green Blue C M Y K H S L
Decimal 149 146 131 0 0.02 0.12 0.42 50 0.08 0.55
Hex 95 92 83 0 2 C 2A 32 8 37
Octal 225 222 203 0 2 14 52 62 10 67
Binary 10010101 10010010 10000011 0 10 1100 101010 110010 1000 110111

Color Harmonies of #959283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959283

Black with #959283

Text Example


Text Example

White with #959283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959283; }

 p { color: rgb(149,146,131); }

 H1.HeaderClassName
 {
   color: #959283;
 }
 .AnyTagClassName
 {
   color: #959283;
 }
</style>

background-color css

<style>
 a { background-color: #959283; }

 a { background-color: rgb(149,146,131); }

 div.DivClassName
 {
   background-color: #959283;
 }
 .BgClassName
 {
   background-color: #959283;
 }
</style>

border-color css

<style>
 span { border-color: #959283; }

 span { border-color: rgb(149,146,131); }

 td.TdClassName
 {
   border-color: #959283;
 }
 .TagClassName
 {
   border-color: #959283;
 }
</style>