Html Css Color HEX #96BA3F Yellow Green

📋 copy color: '#96BA3F'

red 150 ◦ green 186 ◦ blue 63

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

Shades of Yellow Green #96BA3F

Tints of Yellow Green #96BA3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 15.79%

R = 37.59%
G = 46.62%
B = 15.79%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#96BA3F (or 0x96BA3F) is known color: Yellow Green. HEX triplet: 96, BA and 3F. RGB value is (150,186,63). Sum of RGB (Red+Green+Blue) = 150+186+63=399 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.59% from 399); Green value is 186 (73.05% from 255 or 46.62% from 399); Blue value is 63 (25% from 255 or 15.79% from 399); Max value from RGB is 186 - color contains mainly: green. Hex color #96BA3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96BA3F is #6945C0. Grayscale: #A1A1A1. Windows color (decimal): -6899137 or 4176534. OLE color: 4176534.

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

Color convert

RGB 150 186 63 -
CMYK 0.19 0 0.66 0.27
HSL 77.56º 0.49% 0.49% -
HSV(B) 77.56º 0.66% 0.73% -
XYZ 31.03 41.96 11.17 -
YUV 161.21 72.57 120 -
System Red Green Blue C M Y K H S L
Decimal 150 186 63 0.19 0 0.66 0.27 77.56 0.49 0.49
Hex 96 BA 3F 13 0 42 1B 4E 31 31
Octal 226 272 77 23 0 102 33 116 61 61
Binary 10010110 10111010 111111 10011 0 1000010 11011 1001110 110001 110001

Color Harmonies of #96BA3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BA3F

Black with #96BA3F

Text Example


Text Example

White with #96BA3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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