#8CBD33

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

Shades of Yellow Green #8CBD33

Tints of Yellow Green #8CBD33

Color information

#8CBD33 (or 0x8CBD33) is unknown color: approx Yellow Green. HEX triplet: 8C, BD and 33. RGB value is (140,189,51). Sum of RGB (Red+Green+Blue) = 140+189+51=380 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.84% from 380); Green value is 189 (74.22% from 255 or 49.74% from 380); Blue value is 51 (20.31% from 255 or 13.42% from 380); Max value from RGB is 189 - color contains mainly: green. Hex color #8CBD33 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CBD33 is #7342CC. Grayscale: #9F9F9F. Windows color (decimal): -7553741 or 3390860. OLE color: 3390860.

HSL color Cylindrical-coordinate representation of color #8CBD33: hue angle of 81.3º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8CBD33 is Cyan = 0.26, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.26.

Color convert

RGB14018951-
CMYK0.2600.730.26
HSL81.3º57.5%47.06%-
HSV(B)81.3º73.02%74.12%-
XYZ29.6142.219.72-
YUV158.6267.27114.72-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 36.84%
GREEN value IS 189 (74.22% from 255) = 49.74%
BLUE value IS 51 (20.31% from 255) = 13.42%
R=36.84%
G=49.74%
B=13.42%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal140189510.2600.730.2681.357.547.06
Hex8CBD331A0491A513a2f
Octal21427563320111321217257
Binary10001100101111011100111101001001001110101010001111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CBD33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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