Html Css Color HEX #89C000 Citrus

📋 copy color: '#89C000'

red 137 ◦ green 192 ◦ blue 0

#89C000
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Citrus #89C000

Tints of Citrus #89C000

RGB

 RED value IS 137 (53.91% from 255) = 41.64%

 GREEN value IS 192 (75.39% from 255) = 58.36%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 41.64%
G = 58.36%
B = 0%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#89C000 (or 0x89C000) is known color: Citrus. HEX triplet: 89, C0 and 00. RGB value is (137,192,0). Sum of RGB (Red+Green+Blue) = 137+192+0=329 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.64% from 329); Green value is 192 (75.39% from 255 or 58.36% from 329); Blue value is 0 (0.39% from 255 or 0% from 329); Max value from RGB is 192 - color contains mainly: green. Hex color #89C000 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #89C000 is #763FFF. Grayscale: #9A9A9A. Windows color (decimal): -7749632 or 49289. OLE color: 49289.

HSL color Cylindrical-coordinate representation of color #89C000: hue angle of 77.19º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #89C000 is Cyan = 0.29, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.25.

Color convert

RGB 137 192 0 -
CMYK 0.29 0 1 0.25
HSL 77.19º 1% 0.38% -
HSV(B) 77.19º 1% 0.75% -
XYZ 29.17 43.02 6.77 -
YUV 153.67 41.28 116.11 -
System Red Green Blue C M Y K H S L
Decimal 137 192 0 0.29 0 1 0.25 77.19 1 0.38
Hex 89 C0 0 1D 0 64 19 4D 64 26
Octal 211 300 0 35 0 144 31 115 144 46
Binary 10001001 11000000 0 11101 0 1100100 11001 1001101 1100100 100110

Color Harmonies of #89C000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89C000

Black with #89C000

Text Example


Text Example

White with #89C000

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,192,0); }

 H1.HeaderClassName
 {
   color: #89C000;
 }
 .AnyTagClassName
 {
   color: #89C000;
 }
</style>

background-color css

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

 a { background-color: rgb(137,192,0); }

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

border-color css

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

 span { border-color: rgb(137,192,0); }

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