Html Css Color HEX #96AD4B Chelsea Cucumber

📋 copy color: '#96AD4B'

red 150 ◦ green 173 ◦ blue 75

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

Shades of Chelsea Cucumber #96AD4B

Tints of Chelsea Cucumber #96AD4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 18.84%

R = 37.69%
G = 43.47%
B = 18.84%

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

#96AD4B (or 0x96AD4B) is known color: Chelsea Cucumber. HEX triplet: 96, AD and 4B. RGB value is (150,173,75). Sum of RGB (Red+Green+Blue) = 150+173+75=398 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.69% from 398); Green value is 173 (67.97% from 255 or 43.47% from 398); Blue value is 75 (29.69% from 255 or 18.84% from 398); Max value from RGB is 173 - color contains mainly: green. Hex color #96AD4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96AD4B is #6952B4. Grayscale: #9B9B9B. Windows color (decimal): -6902453 or 4959638. OLE color: 4959638.

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

Color convert

RGB 150 173 75 -
CMYK 0.13 0 0.57 0.32
HSL 74.08º 0.4% 0.49% -
HSV(B) 74.08º 0.57% 0.68% -
XYZ 28.79 36.88 12.26 -
YUV 154.95 82.88 124.47 -
System Red Green Blue C M Y K H S L
Decimal 150 173 75 0.13 0 0.57 0.32 74.08 0.4 0.49
Hex 96 AD 4B D 0 39 20 4A 28 31
Octal 226 255 113 15 0 71 40 112 50 61
Binary 10010110 10101101 1001011 1101 0 111001 100000 1001010 101000 110001

Color Harmonies of #96AD4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96AD4B

Black with #96AD4B

Text Example


Text Example

White with #96AD4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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