#9cbf2f

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

Shades of Yellow Green #9CBF2F

Tints of Yellow Green #9CBF2F

Color information

#9CBF2F (or 0x9CBF2F) is unknown color: approx Yellow Green. HEX triplet: 9C, BF and 2F. RGB value is (156,191,47). Sum of RGB (Red+Green+Blue) = 156+191+47=394 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.59% from 394); Green value is 191 (75% from 255 or 48.48% from 394); Blue value is 47 (18.75% from 255 or 11.93% from 394); Max value from RGB is 191 - color contains mainly: green. Hex color #9CBF2F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CBF2F is #6340D0. Grayscale: #A4A4A4. Windows color (decimal): -6504657 or 3129244. OLE color: 3129244.

HSL color Cylindrical-coordinate representation of color #9CBF2F: hue angle of 74.58º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9CBF2F is Cyan = 0.18, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.25.

Color convert

RGB15619147-
CMYK0.1800.750.25
HSL74.58º60.5%46.67%-
HSV(B)74.58º75.39%74.9%-
XYZ32.8544.539.55-
YUV164.1261.9122.21-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 39.59%
GREEN value IS 191 (75% from 255) = 48.48%
BLUE value IS 47 (18.75% from 255) = 11.93%
R=39.59%
G=48.48%
B=11.93%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal156191470.1800.750.2574.5860.546.67
Hex9CBF2F1204B194b3d2f
Octal23427757220113311137557
Binary10011100101111111011111001001001011110011001011111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9cbf2f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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