Html Css Color HEX #96BA3A Yellow Green

📋 copy color: '#96BA3A'

red 150 ◦ green 186 ◦ blue 58

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

Shades of Yellow Green #96BA3A

Tints of Yellow Green #96BA3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 14.72%

R = 38.07%
G = 47.21%
B = 14.72%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#96BA3A (or 0x96BA3A) is known color: Yellow Green. HEX triplet: 96, BA and 3A. RGB value is (150,186,58). Sum of RGB (Red+Green+Blue) = 150+186+58=394 (52% of max value = 765). Red value is 150 (58.98% from 255 or 38.07% from 394); Green value is 186 (73.05% from 255 or 47.21% from 394); Blue value is 58 (23.05% from 255 or 14.72% from 394); Max value from RGB is 186 - color contains mainly: green. Hex color #96BA3A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96BA3A is #6945C5. Grayscale: #A1A1A1. Windows color (decimal): -6899142 or 3848854. OLE color: 3848854.

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

Color convert

RGB 150 186 58 -
CMYK 0.19 0 0.69 0.27
HSL 76.88º 0.52% 0.48% -
HSV(B) 76.88º 0.69% 0.73% -
XYZ 30.9 41.91 10.46 -
YUV 160.64 70.07 120.41 -
System Red Green Blue C M Y K H S L
Decimal 150 186 58 0.19 0 0.69 0.27 76.88 0.52 0.48
Hex 96 BA 3A 13 0 45 1B 4D 34 30
Octal 226 272 72 23 0 105 33 115 64 60
Binary 10010110 10111010 111010 10011 0 1000101 11011 1001101 110100 110000

Color Harmonies of #96BA3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BA3A

Black with #96BA3A

Text Example


Text Example

White with #96BA3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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