#9CBD3D

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

Shades of Yellow Green #9CBD3D

Tints of Yellow Green #9CBD3D

Color information

#9CBD3D (or 0x9CBD3D) is unknown color: approx Yellow Green. HEX triplet: 9C, BD and 3D. RGB value is (156,189,61). Sum of RGB (Red+Green+Blue) = 156+189+61=406 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.42% from 406); Green value is 189 (74.22% from 255 or 46.55% from 406); Blue value is 61 (24.22% from 255 or 15.02% from 406); Max value from RGB is 189 - color contains mainly: green. Hex color #9CBD3D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CBD3D is #6342C2. Grayscale: #A5A5A5. Windows color (decimal): -6505155 or 4046236. OLE color: 4046236.

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

Color convert

RGB15618961-
CMYK0.1700.680.26
HSL75.47º51.2%49.02%-
HSV(B)75.47º67.72%74.12%-
XYZ32.7543.811.14-
YUV164.5469.57121.91-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 38.42%
GREEN value IS 189 (74.22% from 255) = 46.55%
BLUE value IS 61 (24.22% from 255) = 15.02%
R=38.42%
G=46.55%
B=15.02%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal156189610.1700.680.2675.4751.249.02
Hex9CBD3D110441A4b3331
Octal23427575210104321136361
Binary10011100101111011111011000101000100110101001011110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBD3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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