#89BC0A

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

Shades of Citrus #89BC0A

Tints of Citrus #89BC0A

Color information

#89BC0A (or 0x89BC0A) is unknown color: approx Citrus. HEX triplet: 89, BC and 0A. RGB value is (137,188,10). Sum of RGB (Red+Green+Blue) = 137+188+10=335 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.90% from 335); Green value is 188 (73.83% from 255 or 56.12% from 335); Blue value is 10 (4.30% from 255 or 2.99% from 335); Max value from RGB is 188 - color contains mainly: green. Hex color #89BC0A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #89BC0A is #7643F5. Grayscale: #999999. Windows color (decimal): -7750646 or 703625. OLE color: 703625.

HSL color Cylindrical-coordinate representation of color #89BC0A: hue angle of 77.19º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #89BC0A is Cyan = 0.27, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.26.

Color convert

RGB13718810-
CMYK0.2700.950.26
HSL77.19º89.9%38.82%-
HSV(B)77.19º94.68%73.73%-
XYZ28.3541.316.77-
YUV152.4647.6116.97-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 40.90%
GREEN value IS 188 (73.83% from 255) = 56.12%
BLUE value IS 10 (4.30% from 255) = 2.99%
R=40.90%
G=56.12%
B=2.99%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal137188100.2700.950.2677.1989.938.82
Hex89BCA1B05F1A4d5a27
Octal211274123301373211513247
Binary1000100110111100101011011010111111101010011011011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89BC0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89BC0A; }

 p { color: rgb(137,188,10); }

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

<style>
 a { background-color: #89BC0A; }

 a { background-color: rgb(137,188,10); }

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

<style>
 span { border-color: #89BC0A; }

 span { border-color: rgb(137,188,10); }

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