#8CBD3C

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

Shades of Yellow Green #8CBD3C

Tints of Yellow Green #8CBD3C

Color information

#8CBD3C (or 0x8CBD3C) is unknown color: approx Yellow Green. HEX triplet: 8C, BD and 3C. RGB value is (140,189,60). Sum of RGB (Red+Green+Blue) = 140+189+60=389 (51% of max value = 765). Red value is 140 (55.08% from 255 or 35.99% from 389); Green value is 189 (74.22% from 255 or 48.59% from 389); Blue value is 60 (23.83% from 255 or 15.42% from 389); Max value from RGB is 189 - color contains mainly: green. Hex color #8CBD3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CBD3C is #7342C3. Grayscale: #A0A0A0. Windows color (decimal): -7553732 or 3980684. OLE color: 3980684.

HSL color Cylindrical-coordinate representation of color #8CBD3C: hue angle of 82.79º degrees, saturation: 0.52, 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 #8CBD3C is Cyan = 0.26, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.26.

Color convert

RGB14018960-
CMYK0.2600.680.26
HSL82.79º51.81%48.82%-
HSV(B)82.79º68.25%74.12%-
XYZ29.8342.310.87-
YUV159.6471.77113.99-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 35.99%
GREEN value IS 189 (74.22% from 255) = 48.59%
BLUE value IS 60 (23.83% from 255) = 15.42%
R=35.99%
G=48.59%
B=15.42%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal140189600.2600.680.2682.7951.8148.82
Hex8CBD3C1A0441A533431
Octal21427574320104321236461
Binary10001100101111011111001101001000100110101010011110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CBD3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8CBD3C; }

 p { color: rgb(140,189,60); }

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

<style>
 a { background-color: #8CBD3C; }

 a { background-color: rgb(140,189,60); }

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

<style>
 span { border-color: #8CBD3C; }

 span { border-color: rgb(140,189,60); }

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