Html Css Color HEX #96B25C Chelsea Cucumber

📋 copy color: '#96B25C'

red 150 ◦ green 178 ◦ blue 92

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

Shades of Chelsea Cucumber #96B25C

Tints of Chelsea Cucumber #96B25C

RGB

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

 GREEN value IS 178 (69.92% from 255) = 42.38%

 BLUE value IS 92 (36.33% from 255) = 21.9%

R = 35.71%
G = 42.38%
B = 21.9%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.48

 K value IS 0.30

RGB Variations

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

Color information

#96B25C (or 0x96B25C) is known color: Chelsea Cucumber. HEX triplet: 96, B2 and 5C. RGB value is (150,178,92). Sum of RGB (Red+Green+Blue) = 150+178+92=420 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.71% from 420); Green value is 178 (69.92% from 255 or 42.38% from 420); Blue value is 92 (36.33% from 255 or 21.90% from 420); Max value from RGB is 178 - color contains mainly: green. Hex color #96B25C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96B25C is #694DA3. Grayscale: #A0A0A0. Windows color (decimal): -6901156 or 6075030. OLE color: 6075030.

HSL color Cylindrical-coordinate representation of color #96B25C: hue angle of 79.53º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #96B25C is Cyan = 0.16, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.30.

Color convert

RGB 150 178 92 -
CMYK 0.16 0 0.48 0.30
HSL 79.53º 0.36% 0.53% -
HSV(B) 79.53º 0.48% 0.7% -
XYZ 30.43 39.1 16.07 -
YUV 159.82 89.72 120.99 -
System Red Green Blue C M Y K H S L
Decimal 150 178 92 0.16 0 0.48 0.30 79.53 0.36 0.53
Hex 96 B2 5C 10 0 30 1E 50 24 35
Octal 226 262 134 20 0 60 36 120 44 65
Binary 10010110 10110010 1011100 10000 0 110000 11110 1010000 100100 110101

Color Harmonies of #96B25C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B25C

Black with #96B25C

Text Example


Text Example

White with #96B25C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,178,92); }

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

background-color css

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

 a { background-color: rgb(150,178,92); }

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

border-color css

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

 span { border-color: rgb(150,178,92); }

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