Html Css Color HEX #96B460 Chelsea Cucumber

📋 copy color: '#96B460'

red 150 ◦ green 180 ◦ blue 96

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

Shades of Chelsea Cucumber #96B460

Tints of Chelsea Cucumber #96B460

RGB

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

 GREEN value IS 180 (70.7% from 255) = 42.25%

 BLUE value IS 96 (37.89% from 255) = 22.54%

R = 35.21%
G = 42.25%
B = 22.54%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.47

 K value IS 0.29

RGB Variations

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

Color information

#96B460 (or 0x96B460) is known color: Chelsea Cucumber. HEX triplet: 96, B4 and 60. RGB value is (150,180,96). Sum of RGB (Red+Green+Blue) = 150+180+96=426 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.21% from 426); Green value is 180 (70.70% from 255 or 42.25% from 426); Blue value is 96 (37.89% from 255 or 22.54% from 426); Max value from RGB is 180 - color contains mainly: green. Hex color #96B460 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96B460 is #694B9F. Grayscale: #A1A1A1. Windows color (decimal): -6900640 or 6337686. OLE color: 6337686.

HSL color Cylindrical-coordinate representation of color #96B460: hue angle of 81.43º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #96B460 is Cyan = 0.17, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.29.

Color convert

RGB 150 180 96 -
CMYK 0.17 0 0.47 0.29
HSL 81.43º 0.36% 0.54% -
HSV(B) 81.43º 0.47% 0.71% -
XYZ 31.01 39.97 17.15 -
YUV 161.45 91.06 119.83 -
System Red Green Blue C M Y K H S L
Decimal 150 180 96 0.17 0 0.47 0.29 81.43 0.36 0.54
Hex 96 B4 60 11 0 2F 1D 51 24 36
Octal 226 264 140 21 0 57 35 121 44 66
Binary 10010110 10110100 1100000 10001 0 101111 11101 1010001 100100 110110

Color Harmonies of #96B460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B460

Black with #96B460

Text Example


Text Example

White with #96B460

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,180,96); }

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

background-color css

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

 a { background-color: rgb(150,180,96); }

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

border-color css

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

 span { border-color: rgb(150,180,96); }

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