Html Css Color HEX #96BA53 Chelsea Cucumber

📋 copy color: '#96BA53'

red 150 ◦ green 186 ◦ blue 83

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

Shades of Chelsea Cucumber #96BA53

Tints of Chelsea Cucumber #96BA53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 19.81%

R = 35.8%
G = 44.39%
B = 19.81%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#96BA53 (or 0x96BA53) is known color: Chelsea Cucumber. HEX triplet: 96, BA and 53. RGB value is (150,186,83). Sum of RGB (Red+Green+Blue) = 150+186+83=419 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.80% from 419); Green value is 186 (73.05% from 255 or 44.39% from 419); Blue value is 83 (32.81% from 255 or 19.81% from 419); Max value from RGB is 186 - color contains mainly: green. Hex color #96BA53 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96BA53 is #6945AC. Grayscale: #A3A3A3. Windows color (decimal): -6899117 or 5487254. OLE color: 5487254.

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

Color convert

RGB 150 186 83 -
CMYK 0.19 0 0.55 0.27
HSL 80.97º 0.43% 0.53% -
HSV(B) 80.97º 0.55% 0.73% -
XYZ 31.7 42.23 14.66 -
YUV 163.49 82.57 118.38 -
System Red Green Blue C M Y K H S L
Decimal 150 186 83 0.19 0 0.55 0.27 80.97 0.43 0.53
Hex 96 BA 53 13 0 37 1B 51 2B 35
Octal 226 272 123 23 0 67 33 121 53 65
Binary 10010110 10111010 1010011 10011 0 110111 11011 1010001 101011 110101

Color Harmonies of #96BA53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BA53

Black with #96BA53

Text Example


Text Example

White with #96BA53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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