Html Css Color HEX #96AF45 Chelsea Cucumber

📋 copy color: '#96AF45'

red 150 ◦ green 175 ◦ blue 69

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

Shades of Chelsea Cucumber #96AF45

Tints of Chelsea Cucumber #96AF45

RGB

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

 GREEN value IS 175 (68.75% from 255) = 44.42%

 BLUE value IS 69 (27.34% from 255) = 17.51%

R = 38.07%
G = 44.42%
B = 17.51%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.61

 K value IS 0.31

RGB Variations

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

Color information

#96AF45 (or 0x96AF45) is known color: Chelsea Cucumber. HEX triplet: 96, AF and 45. RGB value is (150,175,69). Sum of RGB (Red+Green+Blue) = 150+175+69=394 (52% of max value = 765). Red value is 150 (58.98% from 255 or 38.07% from 394); Green value is 175 (68.75% from 255 or 44.42% from 394); Blue value is 69 (27.34% from 255 or 17.51% from 394); Max value from RGB is 175 - color contains mainly: green. Hex color #96AF45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96AF45 is #6950BA. Grayscale: #9B9B9B. Windows color (decimal): -6901947 or 4566934. OLE color: 4566934.

HSL color Cylindrical-coordinate representation of color #96AF45: hue angle of 74.15º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #96AF45 is Cyan = 0.14, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.31.

Color convert

RGB 150 175 69 -
CMYK 0.14 0 0.61 0.31
HSL 74.15º 0.43% 0.48% -
HSV(B) 74.15º 0.61% 0.69% -
XYZ 28.98 37.57 11.36 -
YUV 155.44 79.22 124.12 -
System Red Green Blue C M Y K H S L
Decimal 150 175 69 0.14 0 0.61 0.31 74.15 0.43 0.48
Hex 96 AF 45 E 0 3D 1F 4A 2B 30
Octal 226 257 105 16 0 75 37 112 53 60
Binary 10010110 10101111 1000101 1110 0 111101 11111 1001010 101011 110000

Color Harmonies of #96AF45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96AF45

Black with #96AF45

Text Example


Text Example

White with #96AF45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,175,69); }

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

background-color css

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

 a { background-color: rgb(150,175,69); }

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

border-color css

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

 span { border-color: rgb(150,175,69); }

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