Html Css Color HEX #96BA52 Chelsea Cucumber

📋 copy color: '#96BA52'

red 150 ◦ green 186 ◦ blue 82

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

Shades of Chelsea Cucumber #96BA52

Tints of Chelsea Cucumber #96BA52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 19.62%

R = 35.89%
G = 44.5%
B = 19.62%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#96BA52 (or 0x96BA52) is known color: Chelsea Cucumber. HEX triplet: 96, BA and 52. RGB value is (150,186,82). Sum of RGB (Red+Green+Blue) = 150+186+82=418 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.89% from 418); Green value is 186 (73.05% from 255 or 44.50% from 418); Blue value is 82 (32.42% from 255 or 19.62% from 418); Max value from RGB is 186 - color contains mainly: green. Hex color #96BA52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96BA52 is #6945AD. Grayscale: #A3A3A3. Windows color (decimal): -6899118 or 5421718. OLE color: 5421718.

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

Color convert

RGB 150 186 82 -
CMYK 0.19 0 0.56 0.27
HSL 80.77º 0.43% 0.53% -
HSV(B) 80.77º 0.56% 0.73% -
XYZ 31.66 42.21 14.46 -
YUV 163.38 82.07 118.46 -
System Red Green Blue C M Y K H S L
Decimal 150 186 82 0.19 0 0.56 0.27 80.77 0.43 0.53
Hex 96 BA 52 13 0 38 1B 51 2B 35
Octal 226 272 122 23 0 70 33 121 53 65
Binary 10010110 10111010 1010010 10011 0 111000 11011 1010001 101011 110101

Color Harmonies of #96BA52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BA52

Black with #96BA52

Text Example


Text Example

White with #96BA52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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