Html Css Color HEX #96B15B Chelsea Cucumber

📋 copy color: '#96B15B'

red 150 ◦ green 177 ◦ blue 91

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

Shades of Chelsea Cucumber #96B15B

Tints of Chelsea Cucumber #96B15B

RGB

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

 GREEN value IS 177 (69.53% from 255) = 42.34%

 BLUE value IS 91 (35.94% from 255) = 21.77%

R = 35.89%
G = 42.34%
B = 21.77%

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

#96B15B (or 0x96B15B) is known color: Chelsea Cucumber. HEX triplet: 96, B1 and 5B. RGB value is (150,177,91). Sum of RGB (Red+Green+Blue) = 150+177+91=418 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.89% from 418); Green value is 177 (69.53% from 255 or 42.34% from 418); Blue value is 91 (35.94% from 255 or 21.77% from 418); Max value from RGB is 177 - color contains mainly: green. Hex color #96B15B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96B15B is #694EA4. Grayscale: #9F9F9F. Windows color (decimal): -6901413 or 6009238. OLE color: 6009238.

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

Color convert

RGB 150 177 91 -
CMYK 0.15 0 0.49 0.31
HSL 78.84º 0.36% 0.53% -
HSV(B) 78.84º 0.49% 0.69% -
XYZ 30.19 38.68 15.77 -
YUV 159.12 89.55 121.49 -
System Red Green Blue C M Y K H S L
Decimal 150 177 91 0.15 0 0.49 0.31 78.84 0.36 0.53
Hex 96 B1 5B F 0 31 1F 4F 24 35
Octal 226 261 133 17 0 61 37 117 44 65
Binary 10010110 10110001 1011011 1111 0 110001 11111 1001111 100100 110101

Color Harmonies of #96B15B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B15B

Black with #96B15B

Text Example


Text Example

White with #96B15B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,177,91); }

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

background-color css

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

 a { background-color: rgb(150,177,91); }

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

border-color css

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

 span { border-color: rgb(150,177,91); }

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