#89CC0E

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

Shades of Citrus #89CC0E

Tints of Citrus #89CC0E

Color information

#89CC0E (or 0x89CC0E) is unknown color: approx Citrus. HEX triplet: 89, CC and 0E. RGB value is (137,204,14). Sum of RGB (Red+Green+Blue) = 137+204+14=355 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.59% from 355); Green value is 204 (80.08% from 255 or 57.46% from 355); Blue value is 14 (5.86% from 255 or 3.94% from 355); Max value from RGB is 204 - color contains mainly: green. Hex color #89CC0E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #89CC0E is #7633F1. Grayscale: #A3A3A3. Windows color (decimal): -7746546 or 969865. OLE color: 969865.

HSL color Cylindrical-coordinate representation of color #89CC0E: hue angle of 81.16º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #89CC0E is Cyan = 0.33, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.2.

Color convert

RGB13720414-
CMYK0.3300.930.2
HSL81.16º87.16%42.75%-
HSV(B)81.16º93.14%80%-
XYZ31.9948.548.1-
YUV162.3144.3109.95-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 38.59%
GREEN value IS 204 (80.08% from 255) = 57.46%
BLUE value IS 14 (5.86% from 255) = 3.94%
R=38.59%
G=57.46%
B=3.94%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal137204140.3300.930.281.1687.1642.75
Hex89CCE2105D1451572b
Octal211314164101352412112753
Binary10001001110011001110100001010111011010010100011010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89CC0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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