#9CBD30

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

Shades of Yellow Green #9CBD30

Tints of Yellow Green #9CBD30

Color information

#9CBD30 (or 0x9CBD30) is unknown color: approx Yellow Green. HEX triplet: 9C, BD and 30. RGB value is (156,189,48). Sum of RGB (Red+Green+Blue) = 156+189+48=393 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.69% from 393); Green value is 189 (74.22% from 255 or 48.09% from 393); Blue value is 48 (19.14% from 255 or 12.21% from 393); Max value from RGB is 189 - color contains mainly: green. Hex color #9CBD30 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CBD30 is #6342CF. Grayscale: #A3A3A3. Windows color (decimal): -6505168 or 3194268. OLE color: 3194268.

HSL color Cylindrical-coordinate representation of color #9CBD30: hue angle of 74.04º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9CBD30 is Cyan = 0.17, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.26.

Color convert

RGB15618948-
CMYK0.1700.750.26
HSL74.04º59.49%46.47%-
HSV(B)74.04º74.6%74.12%-
XYZ32.4443.689.52-
YUV163.0663.07122.96-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 39.69%
GREEN value IS 189 (74.22% from 255) = 48.09%
BLUE value IS 48 (19.14% from 255) = 12.21%
R=39.69%
G=48.09%
B=12.21%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal156189480.1700.750.2674.0459.4946.47
Hex9CBD301104B1A4a3b2e
Octal23427560210113321127356
Binary10011100101111011100001000101001011110101001010111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBD30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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