Html Css Color HEX #96BA2F Yellow Green

📋 copy color: '#96BA2F'

red 150 ◦ green 186 ◦ blue 47

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

Shades of Yellow Green #96BA2F

Tints of Yellow Green #96BA2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 12.27%

R = 39.16%
G = 48.56%
B = 12.27%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#96BA2F (or 0x96BA2F) is known color: Yellow Green. HEX triplet: 96, BA and 2F. RGB value is (150,186,47). Sum of RGB (Red+Green+Blue) = 150+186+47=383 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.16% from 383); Green value is 186 (73.05% from 255 or 48.56% from 383); Blue value is 47 (18.75% from 255 or 12.27% from 383); Max value from RGB is 186 - color contains mainly: green. Hex color #96BA2F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96BA2F is #6945D0. Grayscale: #9F9F9F. Windows color (decimal): -6899153 or 3127958. OLE color: 3127958.

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

Color convert

RGB 150 186 47 -
CMYK 0.19 0 0.75 0.27
HSL 75.54º 0.6% 0.46% -
HSV(B) 75.54º 0.75% 0.73% -
XYZ 30.65 41.81 9.14 -
YUV 159.39 64.57 121.3 -
System Red Green Blue C M Y K H S L
Decimal 150 186 47 0.19 0 0.75 0.27 75.54 0.6 0.46
Hex 96 BA 2F 13 0 4B 1B 4C 3C 2E
Octal 226 272 57 23 0 113 33 114 74 56
Binary 10010110 10111010 101111 10011 0 1001011 11011 1001100 111100 101110

Color Harmonies of #96BA2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BA2F

Black with #96BA2F

Text Example


Text Example

White with #96BA2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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