Html Css Color HEX #96C82B Yellow Green

📋 copy color: '#96C82B'

red 150 ◦ green 200 ◦ blue 43

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

Shades of Yellow Green #96C82B

Tints of Yellow Green #96C82B

RGB

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

 GREEN value IS 200 (78.52% from 255) = 50.89%

 BLUE value IS 43 (17.19% from 255) = 10.94%

R = 38.17%
G = 50.89%
B = 10.94%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#96C82B (or 0x96C82B) is known color: Yellow Green. HEX triplet: 96, C8 and 2B. RGB value is (150,200,43). Sum of RGB (Red+Green+Blue) = 150+200+43=393 (52% of max value = 765). Red value is 150 (58.98% from 255 or 38.17% from 393); Green value is 200 (78.52% from 255 or 50.89% from 393); Blue value is 43 (17.19% from 255 or 10.94% from 393); Max value from RGB is 200 - color contains mainly: green. Hex color #96C82B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96C82B is #6937D4. Grayscale: #A7A7A7. Windows color (decimal): -6895573 or 2869398. OLE color: 2869398.

HSL color Cylindrical-coordinate representation of color #96C82B: hue angle of 79.11º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #96C82B is Cyan = 0.25, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.22.

Color convert

RGB 150 200 43 -
CMYK 0.25 0 0.78 0.22
HSL 79.11º 0.65% 0.48% -
HSV(B) 79.11º 0.79% 0.78% -
XYZ 33.67 47.97 9.77 -
YUV 167.15 57.94 115.77 -
System Red Green Blue C M Y K H S L
Decimal 150 200 43 0.25 0 0.78 0.22 79.11 0.65 0.48
Hex 96 C8 2B 19 0 4E 16 4F 41 30
Octal 226 310 53 31 0 116 26 117 101 60
Binary 10010110 11001000 101011 11001 0 1001110 10110 1001111 1000001 110000

Color Harmonies of #96C82B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C82B

Black with #96C82B

Text Example


Text Example

White with #96C82B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,200,43); }

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

background-color css

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

 a { background-color: rgb(150,200,43); }

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

border-color css

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

 span { border-color: rgb(150,200,43); }

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