Html Css Color HEX #96B448 Chelsea Cucumber

📋 copy color: '#96B448'

red 150 ◦ green 180 ◦ blue 72

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

Shades of Chelsea Cucumber #96B448

Tints of Chelsea Cucumber #96B448

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 17.91%

R = 37.31%
G = 44.78%
B = 17.91%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.60

 K value IS 0.29

RGB Variations

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

Color information

#96B448 (or 0x96B448) is known color: Chelsea Cucumber. HEX triplet: 96, B4 and 48. RGB value is (150,180,72). Sum of RGB (Red+Green+Blue) = 150+180+72=402 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.31% from 402); Green value is 180 (70.70% from 255 or 44.78% from 402); Blue value is 72 (28.52% from 255 or 17.91% from 402); Max value from RGB is 180 - color contains mainly: green. Hex color #96B448 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96B448 is #694BB7. Grayscale: #9F9F9F. Windows color (decimal): -6900664 or 4764822. OLE color: 4764822.

HSL color Cylindrical-coordinate representation of color #96B448: hue angle of 76.67º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #96B448 is Cyan = 0.17, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.29.

Color convert

RGB 150 180 72 -
CMYK 0.17 0 0.60 0.29
HSL 76.67º 0.43% 0.49% -
HSV(B) 76.67º 0.6% 0.71% -
XYZ 30.07 39.59 12.19 -
YUV 158.72 79.06 121.78 -
System Red Green Blue C M Y K H S L
Decimal 150 180 72 0.17 0 0.60 0.29 76.67 0.43 0.49
Hex 96 B4 48 11 0 3C 1D 4D 2B 31
Octal 226 264 110 21 0 74 35 115 53 61
Binary 10010110 10110100 1001000 10001 0 111100 11101 1001101 101011 110001

Color Harmonies of #96B448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B448

Black with #96B448

Text Example


Text Example

White with #96B448

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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