Html Css Color HEX #96B35E Chelsea Cucumber

📋 copy color: '#96B35E'

red 150 ◦ green 179 ◦ blue 94

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

Shades of Chelsea Cucumber #96B35E

Tints of Chelsea Cucumber #96B35E

RGB

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

 GREEN value IS 179 (70.31% from 255) = 42.32%

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

R = 35.46%
G = 42.32%
B = 22.22%

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

#96B35E (or 0x96B35E) is known color: Chelsea Cucumber. HEX triplet: 96, B3 and 5E. RGB value is (150,179,94). Sum of RGB (Red+Green+Blue) = 150+179+94=423 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.46% from 423); Green value is 179 (70.31% from 255 or 42.32% from 423); Blue value is 94 (37.11% from 255 or 22.22% from 423); Max value from RGB is 179 - color contains mainly: green. Hex color #96B35E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96B35E is #694CA1. Grayscale: #A0A0A0. Windows color (decimal): -6900898 or 6206358. OLE color: 6206358.

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

Color convert

RGB 150 179 94 -
CMYK 0.16 0 0.47 0.30
HSL 80.47º 0.36% 0.54% -
HSV(B) 80.47º 0.47% 0.7% -
XYZ 30.72 39.53 16.6 -
YUV 160.64 90.39 120.41 -
System Red Green Blue C M Y K H S L
Decimal 150 179 94 0.16 0 0.47 0.30 80.47 0.36 0.54
Hex 96 B3 5E 10 0 2F 1E 50 24 36
Octal 226 263 136 20 0 57 36 120 44 66
Binary 10010110 10110011 1011110 10000 0 101111 11110 1010000 100100 110110

Color Harmonies of #96B35E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B35E

Black with #96B35E

Text Example


Text Example

White with #96B35E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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