#9BCD32

Color #9BCD32 Yellow Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yellow Green #9BCD32

Tints of Yellow Green #9BCD32

Color information

#9BCD32 (or 0x9BCD32) is unknown color: approx Yellow Green. HEX triplet: 9B, CD and 32. RGB value is (155,205,50). Sum of RGB (Red+Green+Blue) = 155+205+50=410 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.80% from 410); Green value is 205 (80.47% from 255 or 50% from 410); Blue value is 50 (19.92% from 255 or 12.20% from 410); Max value from RGB is 205 - color contains mainly: green. Hex color #9BCD32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BCD32 is #6432CD. Grayscale: #ACACAC. Windows color (decimal): -6566606 or 3329435. OLE color: 3329435.

HSL color Cylindrical-coordinate representation of color #9BCD32: hue angle of 79.35º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9BCD32 is Cyan = 0.24, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.20.

Color convert

RGB15520550-
CMYK0.2400.760.20
HSL79.35º60.78%50%-
HSV(B)79.35º75.61%80.39%-
XYZ35.9250.8610.94-
YUV172.3858.94115.6-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 37.80%
GREEN value IS 205 (80.47% from 255) = 50%
BLUE value IS 50 (19.92% from 255) = 12.20%
R=37.80%
G=50%
B=12.20%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal155205500.2400.760.2079.3560.7850
Hex9BCD321804C144f3d32
Octal23331562300114241177562
Binary10011011110011011100101100001001100101001001111111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BCD32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9BCD32; }

 p { color: rgb(155,205,50); }

 H1.HeaderClassName
 {
   color: #9BCD32;
 }
 .AnyTagClassName
 {
   color: #9BCD32;
 }
</style>
background-color css

<style>
 a { background-color: #9BCD32; }

 a { background-color: rgb(155,205,50); }

 div.DivClassName
 {
   background-color: #9BCD32;
 }
 .BgClassName
 {
   background-color: #9BCD32;
 }
</style>
border-color css

<style>
 span { border-color: #9BCD32; }

 span { border-color: rgb(155,205,50); }

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