#89BA02

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

Shades of Citrus #89BA02

Tints of Citrus #89BA02

Color information

#89BA02 (or 0x89BA02) is unknown color: approx Citrus. HEX triplet: 89, BA and 02. RGB value is (137,186,2). Sum of RGB (Red+Green+Blue) = 137+186+2=325 (43% of max value = 765). Red value is 137 (53.91% from 255 or 42.15% from 325); Green value is 186 (73.05% from 255 or 57.23% from 325); Blue value is 2 (1.17% from 255 or 0.62% from 325); Max value from RGB is 186 - color contains mainly: green. Hex color #89BA02 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #89BA02 is #7645FD. Grayscale: #979797. Windows color (decimal): -7751166 or 178825. OLE color: 178825.

HSL color Cylindrical-coordinate representation of color #89BA02: hue angle of 75.98º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #89BA02 is Cyan = 0.26, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.27.

Color convert

RGB1371862-
CMYK0.2600.990.27
HSL75.98º97.87%36.86%-
HSV(B)75.98º98.92%72.94%-
XYZ27.8940.446.39-
YUV150.3744.27118.46-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 42.15%
GREEN value IS 186 (73.05% from 255) = 57.23%
BLUE value IS 2 (1.17% from 255) = 0.62%
R=42.15%
G=57.23%
B=0.62%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal13718620.2600.990.2775.9897.8736.86
Hex89BA21A0631B4c6225
Octal21127223201433311414245
Binary10001001101110101011010011000111101110011001100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89BA02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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