Html Css Color HEX #96AD46 Chelsea Cucumber

📋 copy color: '#96AD46'

red 150 ◦ green 173 ◦ blue 70

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

Shades of Chelsea Cucumber #96AD46

Tints of Chelsea Cucumber #96AD46

RGB

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

 GREEN value IS 173 (67.97% from 255) = 44.02%

 BLUE value IS 70 (27.73% from 255) = 17.81%

R = 38.17%
G = 44.02%
B = 17.81%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.60

 K value IS 0.32

RGB Variations

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

Color information

#96AD46 (or 0x96AD46) is known color: Chelsea Cucumber. HEX triplet: 96, AD and 46. RGB value is (150,173,70). Sum of RGB (Red+Green+Blue) = 150+173+70=393 (52% of max value = 765). Red value is 150 (58.98% from 255 or 38.17% from 393); Green value is 173 (67.97% from 255 or 44.02% from 393); Blue value is 70 (27.73% from 255 or 17.81% from 393); Max value from RGB is 173 - color contains mainly: green. Hex color #96AD46 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96AD46 is #6952B9. Grayscale: #9A9A9A. Windows color (decimal): -6902458 or 4631958. OLE color: 4631958.

HSL color Cylindrical-coordinate representation of color #96AD46: hue angle of 73.4º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #96AD46 is Cyan = 0.13, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.32.

Color convert

RGB 150 173 70 -
CMYK 0.13 0 0.60 0.32
HSL 73.4º 0.42% 0.48% -
HSV(B) 73.4º 0.6% 0.68% -
XYZ 28.63 36.81 11.39 -
YUV 154.38 80.38 124.88 -
System Red Green Blue C M Y K H S L
Decimal 150 173 70 0.13 0 0.60 0.32 73.4 0.42 0.48
Hex 96 AD 46 D 0 3C 20 49 2A 30
Octal 226 255 106 15 0 74 40 111 52 60
Binary 10010110 10101101 1000110 1101 0 111100 100000 1001001 101010 110000

Color Harmonies of #96AD46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96AD46

Black with #96AD46

Text Example


Text Example

White with #96AD46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,173,70); }

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

background-color css

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

 a { background-color: rgb(150,173,70); }

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

border-color css

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

 span { border-color: rgb(150,173,70); }

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