Html Css Color HEX #96AD4A Chelsea Cucumber

📋 copy color: '#96AD4A'

red 150 ◦ green 173 ◦ blue 74

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

Shades of Chelsea Cucumber #96AD4A

Tints of Chelsea Cucumber #96AD4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 18.64%

R = 37.78%
G = 43.58%
B = 18.64%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.57

 K value IS 0.32

RGB Variations

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

Color information

#96AD4A (or 0x96AD4A) is known color: Chelsea Cucumber. HEX triplet: 96, AD and 4A. RGB value is (150,173,74). Sum of RGB (Red+Green+Blue) = 150+173+74=397 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.78% from 397); Green value is 173 (67.97% from 255 or 43.58% from 397); Blue value is 74 (29.30% from 255 or 18.64% from 397); Max value from RGB is 173 - color contains mainly: green. Hex color #96AD4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96AD4A is #6952B5. Grayscale: #9B9B9B. Windows color (decimal): -6902454 or 4894102. OLE color: 4894102.

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

Color convert

RGB 150 173 74 -
CMYK 0.13 0 0.57 0.32
HSL 73.94º 0.4% 0.48% -
HSV(B) 73.94º 0.57% 0.68% -
XYZ 28.76 36.87 12.08 -
YUV 154.84 82.38 124.55 -
System Red Green Blue C M Y K H S L
Decimal 150 173 74 0.13 0 0.57 0.32 73.94 0.4 0.48
Hex 96 AD 4A D 0 39 20 4A 28 30
Octal 226 255 112 15 0 71 40 112 50 60
Binary 10010110 10101101 1001010 1101 0 111001 100000 1001010 101000 110000

Color Harmonies of #96AD4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96AD4A

Black with #96AD4A

Text Example


Text Example

White with #96AD4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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