#89BA0E

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

Shades of Citrus #89BA0E

Tints of Citrus #89BA0E

Color information

#89BA0E (or 0x89BA0E) is unknown color: approx Citrus. HEX triplet: 89, BA and 0E. RGB value is (137,186,14). Sum of RGB (Red+Green+Blue) = 137+186+14=337 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.65% from 337); Green value is 186 (73.05% from 255 or 55.19% from 337); Blue value is 14 (5.86% from 255 or 4.15% from 337); Max value from RGB is 186 - color contains mainly: green. Hex color #89BA0E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #89BA0E is #7645F1. Grayscale: #989898. Windows color (decimal): -7751154 or 965257. OLE color: 965257.

HSL color Cylindrical-coordinate representation of color #89BA0E: hue angle of 77.09º degrees, saturation: 0.86, 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 #89BA0E is Cyan = 0.26, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.27.

Color convert

RGB13718614-
CMYK0.2600.920.27
HSL77.09º86%39.22%-
HSV(B)77.09º92.47%72.94%-
XYZ27.9540.476.75-
YUV151.7450.27117.49-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 40.65%
GREEN value IS 186 (73.05% from 255) = 55.19%
BLUE value IS 14 (5.86% from 255) = 4.15%
R=40.65%
G=55.19%
B=4.15%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal137186140.2600.920.2777.098639.22
Hex89BAE1A05C1B4d5627
Octal211272163201343311512647
Binary1000100110111010111011010010111001101110011011010110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89BA0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,186,14); }

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

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

 a { background-color: rgb(137,186,14); }

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

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

 span { border-color: rgb(137,186,14); }

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