#8CBA0F

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

Shades of Citrus #8CBA0F

Tints of Citrus #8CBA0F

Color information

#8CBA0F (or 0x8CBA0F) is unknown color: approx Citrus. HEX triplet: 8C, BA and 0F. RGB value is (140,186,15). Sum of RGB (Red+Green+Blue) = 140+186+15=341 (45% of max value = 765). Red value is 140 (55.08% from 255 or 41.06% from 341); Green value is 186 (73.05% from 255 or 54.55% from 341); Blue value is 15 (6.25% from 255 or 4.40% from 341); Max value from RGB is 186 - color contains mainly: green. Hex color #8CBA0F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CBA0F is #7345F0. Grayscale: #999999. Windows color (decimal): -7554545 or 1030796. OLE color: 1030796.

HSL color Cylindrical-coordinate representation of color #8CBA0F: hue angle of 76.14º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8CBA0F is Cyan = 0.25, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.27.

Color convert

RGB14018615-
CMYK0.2500.920.27
HSL76.14º85.07%39.41%-
HSV(B)76.14º91.94%72.94%-
XYZ28.4640.736.81-
YUV152.7550.26118.9-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 41.06%
GREEN value IS 186 (73.05% from 255) = 54.55%
BLUE value IS 15 (6.25% from 255) = 4.40%
R=41.06%
G=54.55%
B=4.40%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal140186150.2500.920.2776.1485.0739.41
Hex8CBAF1905C1B4c5527
Octal214272173101343311412547
Binary1000110010111010111111001010111001101110011001010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CBA0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,186,15); }

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

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

 a { background-color: rgb(140,186,15); }

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

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

 span { border-color: rgb(140,186,15); }

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