Html Css Color HEX #989802 Citron

📋 copy color: '#989802'

red 152 ◦ green 152 ◦ blue 2

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

Shades of Citron #989802

Tints of Citron #989802

RGB

 RED value IS 152 (59.77% from 255) = 49.67%

 GREEN value IS 152 (59.77% from 255) = 49.67%

 BLUE value IS 2 (1.17% from 255) = 0.65%

R = 49.67%
G = 49.67%
B = 0.65%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.99

 K value IS 0.40

RGB Variations

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

Color information

#989802 (or 0x989802) is known color: Citron. HEX triplet: 98, 98 and 02. RGB value is (152,152,2). Sum of RGB (Red+Green+Blue) = 152+152+2=306 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.67% from 306); Green value is 152 (59.77% from 255 or 49.67% from 306); Blue value is 2 (1.17% from 255 or 0.65% from 306); Max value from RGB is 152 - color contains mainly: red, green. Hex color #989802 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #989802 is #6767FD. Grayscale: #878787. Windows color (decimal): -6776830 or 170136. OLE color: 170136.

HSL color Cylindrical-coordinate representation of color #989802: hue angle of 60º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #989802 is Cyan = 0, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 152 2 -
CMYK 0 0 0.99 0.40
HSL 60º 0.97% 0.3% -
HSV(B) 60º 0.99% 0.6% -
XYZ 24.19 29.14 4.41 -
YUV 134.9 53 140.2 -
System Red Green Blue C M Y K H S L
Decimal 152 152 2 0 0 0.99 0.40 60 0.97 0.3
Hex 98 98 2 0 0 63 28 3C 61 1E
Octal 230 230 2 0 0 143 50 74 141 36
Binary 10011000 10011000 10 0 0 1100011 101000 111100 1100001 11110

Color Harmonies of #989802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989802

Black with #989802

Text Example


Text Example

White with #989802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #989802; }

 p { color: rgb(152,152,2); }

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

background-color css

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

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

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

border-color css

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

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

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