Html Css Color HEX #96BA5D Chelsea Cucumber

📋 copy color: '#96BA5D'

red 150 ◦ green 186 ◦ blue 93

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

Shades of Chelsea Cucumber #96BA5D

Tints of Chelsea Cucumber #96BA5D

RGB

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

 GREEN value IS 186 (73.05% from 255) = 43.36%

 BLUE value IS 93 (36.72% from 255) = 21.68%

R = 34.97%
G = 43.36%
B = 21.68%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.5

 K value IS 0.27

RGB Variations

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

Color information

#96BA5D (or 0x96BA5D) is known color: Chelsea Cucumber. HEX triplet: 96, BA and 5D. RGB value is (150,186,93). Sum of RGB (Red+Green+Blue) = 150+186+93=429 (56% of max value = 765). Red value is 150 (58.98% from 255 or 34.97% from 429); Green value is 186 (73.05% from 255 or 43.36% from 429); Blue value is 93 (36.72% from 255 or 21.68% from 429); Max value from RGB is 186 - color contains mainly: green. Hex color #96BA5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96BA5D is #6945A2. Grayscale: #A4A4A4. Windows color (decimal): -6899107 or 6142614. OLE color: 6142614.

HSL color Cylindrical-coordinate representation of color #96BA5D: hue angle of 83.23º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #96BA5D is Cyan = 0.19, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.27.

Color convert

RGB 150 186 93 -
CMYK 0.19 0 0.5 0.27
HSL 83.23º 0.4% 0.55% -
HSV(B) 83.23º 0.5% 0.73% -
XYZ 32.11 42.39 16.85 -
YUV 164.63 87.57 117.56 -
System Red Green Blue C M Y K H S L
Decimal 150 186 93 0.19 0 0.5 0.27 83.23 0.4 0.55
Hex 96 BA 5D 13 0 32 1B 53 28 37
Octal 226 272 135 23 0 62 33 123 50 67
Binary 10010110 10111010 1011101 10011 0 110010 11011 1010011 101000 110111

Color Harmonies of #96BA5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BA5D

Black with #96BA5D

Text Example


Text Example

White with #96BA5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,186,93); }

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

background-color css

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

 a { background-color: rgb(150,186,93); }

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

border-color css

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

 span { border-color: rgb(150,186,93); }

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