Html Css Color HEX #98AA06 Citrus

📋 copy color: '#98AA06'

red 152 ◦ green 170 ◦ blue 6

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

Shades of Citrus #98AA06

Tints of Citrus #98AA06

RGB

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

 GREEN value IS 170 (66.8% from 255) = 51.83%

 BLUE value IS 6 (2.73% from 255) = 1.83%

R = 46.34%
G = 51.83%
B = 1.83%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.96

 K value IS 0.33

RGB Variations

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

Color information

#98AA06 (or 0x98AA06) is known color: Citrus. HEX triplet: 98, AA and 06. RGB value is (152,170,6). Sum of RGB (Red+Green+Blue) = 152+170+6=328 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.34% from 328); Green value is 170 (66.80% from 255 or 51.83% from 328); Blue value is 6 (2.73% from 255 or 1.83% from 328); Max value from RGB is 170 - color contains mainly: green. Hex color #98AA06 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #98AA06 is #6755F9. Grayscale: #929292. Windows color (decimal): -6772218 or 436888. OLE color: 436888.

HSL color Cylindrical-coordinate representation of color #98AA06: hue angle of 66.59º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #98AA06 is Cyan = 0.11, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.33.

Color convert

RGB 152 170 6 -
CMYK 0.11 0 0.96 0.33
HSL 66.59º 0.93% 0.35% -
HSV(B) 66.59º 0.96% 0.67% -
XYZ 27.36 35.44 5.57 -
YUV 145.92 49.04 132.34 -
System Red Green Blue C M Y K H S L
Decimal 152 170 6 0.11 0 0.96 0.33 66.59 0.93 0.35
Hex 98 AA 6 B 0 60 21 43 5D 23
Octal 230 252 6 13 0 140 41 103 135 43
Binary 10011000 10101010 110 1011 0 1100000 100001 1000011 1011101 100011

Color Harmonies of #98AA06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98AA06

Black with #98AA06

Text Example


Text Example

White with #98AA06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98AA06; }

 p { color: rgb(152,170,6); }

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

background-color css

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

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

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

border-color css

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

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

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