#8FBA0F

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

Shades of Citrus #8FBA0F

Tints of Citrus #8FBA0F

Color information

#8FBA0F (or 0x8FBA0F) is unknown color: approx Citrus. HEX triplet: 8F, BA and 0F. RGB value is (143,186,15). Sum of RGB (Red+Green+Blue) = 143+186+15=344 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.57% from 344); Green value is 186 (73.05% from 255 or 54.07% from 344); Blue value is 15 (6.25% from 255 or 4.36% from 344); Max value from RGB is 186 - color contains mainly: green. Hex color #8FBA0F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FBA0F is #7045F0. Grayscale: #9A9A9A. Windows color (decimal): -7357937 or 1030799. OLE color: 1030799.

HSL color Cylindrical-coordinate representation of color #8FBA0F: hue angle of 75.09º 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 #8FBA0F is Cyan = 0.23, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.27.

Color convert

RGB14318615-
CMYK0.2300.920.27
HSL75.09º85.07%39.41%-
HSV(B)75.09º91.94%72.94%-
XYZ28.9740.996.84-
YUV153.6549.75120.4-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 41.57%
GREEN value IS 186 (73.05% from 255) = 54.07%
BLUE value IS 15 (6.25% from 255) = 4.36%
R=41.57%
G=54.07%
B=4.36%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal143186150.2300.920.2775.0985.0739.41
Hex8FBAF1705C1B4b5527
Octal217272172701343311312547
Binary1000111110111010111110111010111001101110010111010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FBA0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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