Html Css Color HEX #96BF3B Yellow Green

📋 copy color: '#96BF3B'

red 150 ◦ green 191 ◦ blue 59

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

Shades of Yellow Green #96BF3B

Tints of Yellow Green #96BF3B

RGB

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

 GREEN value IS 191 (75% from 255) = 47.75%

 BLUE value IS 59 (23.44% from 255) = 14.75%

R = 37.5%
G = 47.75%
B = 14.75%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#96BF3B (or 0x96BF3B) is known color: Yellow Green. HEX triplet: 96, BF and 3B. RGB value is (150,191,59). Sum of RGB (Red+Green+Blue) = 150+191+59=400 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.5% from 400); Green value is 191 (75% from 255 or 47.75% from 400); Blue value is 59 (23.44% from 255 or 14.75% from 400); Max value from RGB is 191 - color contains mainly: green. Hex color #96BF3B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96BF3B is #6940C4. Grayscale: #A4A4A4. Windows color (decimal): -6897861 or 3915670. OLE color: 3915670.

HSL color Cylindrical-coordinate representation of color #96BF3B: hue angle of 78.64º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #96BF3B is Cyan = 0.21, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.25.

Color convert

RGB 150 191 59 -
CMYK 0.21 0 0.69 0.25
HSL 78.64º 0.53% 0.49% -
HSV(B) 78.64º 0.69% 0.75% -
XYZ 32 44.06 10.96 -
YUV 163.69 68.92 118.23 -
System Red Green Blue C M Y K H S L
Decimal 150 191 59 0.21 0 0.69 0.25 78.64 0.53 0.49
Hex 96 BF 3B 15 0 45 19 4F 35 31
Octal 226 277 73 25 0 105 31 117 65 61
Binary 10010110 10111111 111011 10101 0 1000101 11001 1001111 110101 110001

Color Harmonies of #96BF3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BF3B

Black with #96BF3B

Text Example


Text Example

White with #96BF3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,191,59); }

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

background-color css

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

 a { background-color: rgb(150,191,59); }

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

border-color css

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

 span { border-color: rgb(150,191,59); }

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