Html Css Color HEX #96B05A Chelsea Cucumber

📋 copy color: '#96B05A'

red 150 ◦ green 176 ◦ blue 90

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

Shades of Chelsea Cucumber #96B05A

Tints of Chelsea Cucumber #96B05A

RGB

 RED value IS 150 (58.98% from 255) = 36.06%

 GREEN value IS 176 (69.14% from 255) = 42.31%

 BLUE value IS 90 (35.55% from 255) = 21.63%

R = 36.06%
G = 42.31%
B = 21.63%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#96B05A (or 0x96B05A) is known color: Chelsea Cucumber. HEX triplet: 96, B0 and 5A. RGB value is (150,176,90). Sum of RGB (Red+Green+Blue) = 150+176+90=416 (55% of max value = 765). Red value is 150 (58.98% from 255 or 36.06% from 416); Green value is 176 (69.14% from 255 or 42.31% from 416); Blue value is 90 (35.55% from 255 or 21.63% from 416); Max value from RGB is 176 - color contains mainly: green. Hex color #96B05A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96B05A is #694FA5. Grayscale: #9E9E9E. Windows color (decimal): -6901670 or 5943446. OLE color: 5943446.

HSL color Cylindrical-coordinate representation of color #96B05A: hue angle of 78.14º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #96B05A is Cyan = 0.15, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB 150 176 90 -
CMYK 0.15 0 0.49 0.31
HSL 78.14º 0.35% 0.52% -
HSV(B) 78.14º 0.49% 0.69% -
XYZ 29.95 38.27 15.48 -
YUV 158.42 89.39 121.99 -
System Red Green Blue C M Y K H S L
Decimal 150 176 90 0.15 0 0.49 0.31 78.14 0.35 0.52
Hex 96 B0 5A F 0 31 1F 4E 23 34
Octal 226 260 132 17 0 61 37 116 43 64
Binary 10010110 10110000 1011010 1111 0 110001 11111 1001110 100011 110100

Color Harmonies of #96B05A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B05A

Black with #96B05A

Text Example


Text Example

White with #96B05A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96B05A; }

 p { color: rgb(150,176,90); }

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

background-color css

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

 a { background-color: rgb(150,176,90); }

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

border-color css

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

 span { border-color: rgb(150,176,90); }

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