#9CBF3B

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

Shades of Yellow Green #9CBF3B

Tints of Yellow Green #9CBF3B

Color information

#9CBF3B (or 0x9CBF3B) is unknown color: approx Yellow Green. HEX triplet: 9C, BF and 3B. RGB value is (156,191,59). Sum of RGB (Red+Green+Blue) = 156+191+59=406 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.42% from 406); Green value is 191 (75% from 255 or 47.04% from 406); Blue value is 59 (23.44% from 255 or 14.53% from 406); Max value from RGB is 191 - color contains mainly: green. Hex color #9CBF3B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CBF3B is #6340C4. Grayscale: #A5A5A5. Windows color (decimal): -6504645 or 3915676. OLE color: 3915676.

HSL color Cylindrical-coordinate representation of color #9CBF3B: hue angle of 75.91º 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 #9CBF3B is Cyan = 0.18, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.25.

Color convert

RGB15619159-
CMYK0.1800.690.25
HSL75.91º52.8%49.02%-
HSV(B)75.91º69.11%74.9%-
XYZ33.1344.6511.01-
YUV165.4967.9121.23-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 38.42%
GREEN value IS 191 (75% from 255) = 47.04%
BLUE value IS 59 (23.44% from 255) = 14.53%
R=38.42%
G=47.04%
B=14.53%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal156191590.1800.690.2575.9152.849.02
Hex9CBF3B12045194c3531
Octal23427773220105311146561
Binary10011100101111111110111001001000101110011001100110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBF3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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