#8FBA06

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

Shades of Citrus #8FBA06

Tints of Citrus #8FBA06

Color information

#8FBA06 (or 0x8FBA06) is unknown color: approx Citrus. HEX triplet: 8F, BA and 06. RGB value is (143,186,6). Sum of RGB (Red+Green+Blue) = 143+186+6=335 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.69% from 335); Green value is 186 (73.05% from 255 or 55.52% from 335); Blue value is 6 (2.73% from 255 or 1.79% from 335); Max value from RGB is 186 - color contains mainly: green. Hex color #8FBA06 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FBA06 is #7045F9. Grayscale: #999999. Windows color (decimal): -7357946 or 440975. OLE color: 440975.

HSL color Cylindrical-coordinate representation of color #8FBA06: hue angle of 74.33º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8FBA06 is Cyan = 0.23, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.27.

Color convert

RGB1431866-
CMYK0.2300.970.27
HSL74.33º93.75%37.65%-
HSV(B)74.33º96.77%72.94%-
XYZ28.9240.976.56-
YUV152.6245.25121.14-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 42.69%
GREEN value IS 186 (73.05% from 255) = 55.52%
BLUE value IS 6 (2.73% from 255) = 1.79%
R=42.69%
G=55.52%
B=1.79%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal14318660.2300.970.2774.3393.7537.65
Hex8FBA6170611B4a5e26
Octal21727262701413311213646
Binary100011111011101011010111011000011101110010101011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FBA06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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