#8DBD14

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

Shades of Citrus #8DBD14

Tints of Citrus #8DBD14

Color information

#8DBD14 (or 0x8DBD14) is unknown color: approx Citrus. HEX triplet: 8D, BD and 14. RGB value is (141,189,20). Sum of RGB (Red+Green+Blue) = 141+189+20=350 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.29% from 350); Green value is 189 (74.22% from 255 or 54% from 350); Blue value is 20 (8.20% from 255 or 5.71% from 350); Max value from RGB is 189 - color contains mainly: green. Hex color #8DBD14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DBD14 is #7242EB. Grayscale: #9C9C9C. Windows color (decimal): -7488236 or 1359245. OLE color: 1359245.

HSL color Cylindrical-coordinate representation of color #8DBD14: hue angle of 77.04º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8DBD14 is Cyan = 0.25, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.26.

Color convert

RGB14118920-
CMYK0.2500.890.26
HSL77.04º80.86%40.98%-
HSV(B)77.04º89.42%74.12%-
XYZ29.3142.117.24-
YUV155.3851.6117.74-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 40.29%
GREEN value IS 189 (74.22% from 255) = 54%
BLUE value IS 20 (8.20% from 255) = 5.71%
R=40.29%
G=54%
B=5.71%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal141189200.2500.890.2677.0480.8640.98
Hex8DBD14190591A4d5129
Octal215275243101313211512151
Binary10001101101111011010011001010110011101010011011010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DBD14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,189,20); }

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

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

 a { background-color: rgb(141,189,20); }

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

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

 span { border-color: rgb(141,189,20); }

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