#8FBE0C

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

Shades of Citrus #8FBE0C

Tints of Citrus #8FBE0C

Color information

#8FBE0C (or 0x8FBE0C) is unknown color: approx Citrus. HEX triplet: 8F, BE and 0C. RGB value is (143,190,12). Sum of RGB (Red+Green+Blue) = 143+190+12=345 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.45% from 345); Green value is 190 (74.61% from 255 or 55.07% from 345); Blue value is 12 (5.08% from 255 or 3.48% from 345); Max value from RGB is 190 - color contains mainly: green. Hex color #8FBE0C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FBE0C is #7041F3. Grayscale: #9C9C9C. Windows color (decimal): -7356916 or 835215. OLE color: 835215.

HSL color Cylindrical-coordinate representation of color #8FBE0C: hue angle of 75.84º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8FBE0C is Cyan = 0.25, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.25.

Color convert

RGB14319012-
CMYK0.2500.940.25
HSL75.84º88.12%39.61%-
HSV(B)75.84º93.68%74.51%-
XYZ29.8142.697.02-
YUV155.6546.93118.97-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 41.45%
GREEN value IS 190 (74.61% from 255) = 55.07%
BLUE value IS 12 (5.08% from 255) = 3.48%
R=41.45%
G=55.07%
B=3.48%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal143190120.2500.940.2575.8488.1239.61
Hex8FBEC1905E194c5828
Octal217276143101363111413050
Binary1000111110111110110011001010111101100110011001011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FBE0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,190,12); }

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

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

 a { background-color: rgb(143,190,12); }

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

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

 span { border-color: rgb(143,190,12); }

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