Html Css Color HEX #96BA34 Yellow Green

📋 copy color: '#96BA34'

red 150 ◦ green 186 ◦ blue 52

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

Shades of Yellow Green #96BA34

Tints of Yellow Green #96BA34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 13.4%

R = 38.66%
G = 47.94%
B = 13.4%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#96BA34 (or 0x96BA34) is known color: Yellow Green. HEX triplet: 96, BA and 34. RGB value is (150,186,52). Sum of RGB (Red+Green+Blue) = 150+186+52=388 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.66% from 388); Green value is 186 (73.05% from 255 or 47.94% from 388); Blue value is 52 (20.70% from 255 or 13.40% from 388); Max value from RGB is 186 - color contains mainly: green. Hex color #96BA34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96BA34 is #6945CB. Grayscale: #A0A0A0. Windows color (decimal): -6899148 or 3455638. OLE color: 3455638.

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

Color convert

RGB 150 186 52 -
CMYK 0.19 0 0.72 0.27
HSL 76.12º 0.56% 0.47% -
HSV(B) 76.12º 0.72% 0.73% -
XYZ 30.76 41.85 9.71 -
YUV 159.96 67.07 120.9 -
System Red Green Blue C M Y K H S L
Decimal 150 186 52 0.19 0 0.72 0.27 76.12 0.56 0.47
Hex 96 BA 34 13 0 48 1B 4C 38 2F
Octal 226 272 64 23 0 110 33 114 70 57
Binary 10010110 10111010 110100 10011 0 1001000 11011 1001100 111000 101111

Color Harmonies of #96BA34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BA34

Black with #96BA34

Text Example


Text Example

White with #96BA34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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