#9CBF30

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

Shades of Yellow Green #9CBF30

Tints of Yellow Green #9CBF30

Color information

#9CBF30 (or 0x9CBF30) is unknown color: approx Yellow Green. HEX triplet: 9C, BF and 30. RGB value is (156,191,48). Sum of RGB (Red+Green+Blue) = 156+191+48=395 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.49% from 395); Green value is 191 (75% from 255 or 48.35% from 395); Blue value is 48 (19.14% from 255 or 12.15% from 395); Max value from RGB is 191 - color contains mainly: green. Hex color #9CBF30 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CBF30 is #6340CF. Grayscale: #A4A4A4. Windows color (decimal): -6504656 or 3194780. OLE color: 3194780.

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

Color convert

RGB15619148-
CMYK0.1800.750.25
HSL74.69º59.83%46.86%-
HSV(B)74.69º74.87%74.9%-
XYZ32.8744.549.66-
YUV164.2362.4122.13-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 39.49%
GREEN value IS 191 (75% from 255) = 48.35%
BLUE value IS 48 (19.14% from 255) = 12.15%
R=39.49%
G=48.35%
B=12.15%

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
Decimal156191480.1800.750.2574.6959.8346.86
Hex9CBF301204B194b3c2f
Octal23427760220113311137457
Binary10011100101111111100001001001001011110011001011111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBF30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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