Html Css Color HEX #989A03 Citrus

📋 copy color: '#989A03'

red 152 ◦ green 154 ◦ blue 3

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

Shades of Citrus #989A03

Tints of Citrus #989A03

RGB

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

 GREEN value IS 154 (60.55% from 255) = 49.84%

 BLUE value IS 3 (1.56% from 255) = 0.97%

R = 49.19%
G = 49.84%
B = 0.97%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.98

 K value IS 0.40

RGB Variations

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

Color information

#989A03 (or 0x989A03) is known color: Citrus. HEX triplet: 98, 9A and 03. RGB value is (152,154,3). Sum of RGB (Red+Green+Blue) = 152+154+3=309 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.19% from 309); Green value is 154 (60.55% from 255 or 49.84% from 309); Blue value is 3 (1.56% from 255 or 0.97% from 309); Max value from RGB is 154 - color contains mainly: green. Hex color #989A03 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #989A03 is #6765FC. Grayscale: #888888. Windows color (decimal): -6776317 or 236184. OLE color: 236184.

HSL color Cylindrical-coordinate representation of color #989A03: hue angle of 60.79º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #989A03 is Cyan = 0.01, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 154 3 -
CMYK 0.01 0 0.98 0.40
HSL 60.79º 0.96% 0.31% -
HSV(B) 60.79º 0.98% 0.6% -
XYZ 24.52 29.79 4.54 -
YUV 136.19 52.84 139.28 -
System Red Green Blue C M Y K H S L
Decimal 152 154 3 0.01 0 0.98 0.40 60.79 0.96 0.31
Hex 98 9A 3 1 0 62 28 3D 60 1F
Octal 230 232 3 1 0 142 50 75 140 37
Binary 10011000 10011010 11 1 0 1100010 101000 111101 1100000 11111

Color Harmonies of #989A03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989A03

Black with #989A03

Text Example


Text Example

White with #989A03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #989A03; }

 p { color: rgb(152,154,3); }

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

background-color css

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

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

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

border-color css

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

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

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