Html Css Color HEX #96B25E Chelsea Cucumber

📋 copy color: '#96B25E'

red 150 ◦ green 178 ◦ blue 94

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

Shades of Chelsea Cucumber #96B25E

Tints of Chelsea Cucumber #96B25E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 22.27%

R = 35.55%
G = 42.18%
B = 22.27%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.47

 K value IS 0.30

RGB Variations

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

Color information

#96B25E (or 0x96B25E) is known color: Chelsea Cucumber. HEX triplet: 96, B2 and 5E. RGB value is (150,178,94). Sum of RGB (Red+Green+Blue) = 150+178+94=422 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.55% from 422); Green value is 178 (69.92% from 255 or 42.18% from 422); Blue value is 94 (37.11% from 255 or 22.27% from 422); Max value from RGB is 178 - color contains mainly: green. Hex color #96B25E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96B25E is #694DA1. Grayscale: #A0A0A0. Windows color (decimal): -6901154 or 6206102. OLE color: 6206102.

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

Color convert

RGB 150 178 94 -
CMYK 0.16 0 0.47 0.30
HSL 80º 0.35% 0.53% -
HSV(B) 80º 0.47% 0.7% -
XYZ 30.52 39.13 16.53 -
YUV 160.05 90.72 120.83 -
System Red Green Blue C M Y K H S L
Decimal 150 178 94 0.16 0 0.47 0.30 80 0.35 0.53
Hex 96 B2 5E 10 0 2F 1E 50 23 35
Octal 226 262 136 20 0 57 36 120 43 65
Binary 10010110 10110010 1011110 10000 0 101111 11110 1010000 100011 110101

Color Harmonies of #96B25E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B25E

Black with #96B25E

Text Example


Text Example

White with #96B25E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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