Html Css Color HEX #96B358 Chelsea Cucumber

📋 copy color: '#96B358'

red 150 ◦ green 179 ◦ blue 88

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

Shades of Chelsea Cucumber #96B358

Tints of Chelsea Cucumber #96B358

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 21.1%

R = 35.97%
G = 42.93%
B = 21.1%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.51

 K value IS 0.30

RGB Variations

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

Color information

#96B358 (or 0x96B358) is known color: Chelsea Cucumber. HEX triplet: 96, B3 and 58. RGB value is (150,179,88). Sum of RGB (Red+Green+Blue) = 150+179+88=417 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.97% from 417); Green value is 179 (70.31% from 255 or 42.93% from 417); Blue value is 88 (34.77% from 255 or 21.10% from 417); Max value from RGB is 179 - color contains mainly: green. Hex color #96B358 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96B358 is #694CA7. Grayscale: #A0A0A0. Windows color (decimal): -6900904 or 5813142. OLE color: 5813142.

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

Color convert

RGB 150 179 88 -
CMYK 0.16 0 0.51 0.30
HSL 79.12º 0.37% 0.52% -
HSV(B) 79.12º 0.51% 0.7% -
XYZ 30.46 39.43 15.24 -
YUV 159.96 87.39 120.9 -
System Red Green Blue C M Y K H S L
Decimal 150 179 88 0.16 0 0.51 0.30 79.12 0.37 0.52
Hex 96 B3 58 10 0 33 1E 4F 25 34
Octal 226 263 130 20 0 63 36 117 45 64
Binary 10010110 10110011 1011000 10000 0 110011 11110 1001111 100101 110100

Color Harmonies of #96B358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B358

Black with #96B358

Text Example


Text Example

White with #96B358

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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