Html Css Color HEX #98992A Citron

📋 copy color: '#98992A'

red 152 ◦ green 153 ◦ blue 42

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

Shades of Citron #98992A

Tints of Citron #98992A

RGB

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

 GREEN value IS 153 (60.16% from 255) = 44.09%

 BLUE value IS 42 (16.8% from 255) = 12.1%

R = 43.8%
G = 44.09%
B = 12.1%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.73

 K value IS 0.4

RGB Variations

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

Color information

#98992A (or 0x98992A) is known color: Citron. HEX triplet: 98, 99 and 2A. RGB value is (152,153,42). Sum of RGB (Red+Green+Blue) = 152+153+42=347 (45% of max value = 765). Red value is 152 (59.77% from 255 or 43.80% from 347); Green value is 153 (60.16% from 255 or 44.09% from 347); Blue value is 42 (16.80% from 255 or 12.10% from 347); Max value from RGB is 153 - color contains mainly: green. Hex color #98992A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98992A is #6766D5. Grayscale: #8C8C8C. Windows color (decimal): -6776534 or 2791832. OLE color: 2791832.

HSL color Cylindrical-coordinate representation of color #98992A: hue angle of 60.54º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #98992A is Cyan = 0.01, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.4.

Color convert

RGB 152 153 42 -
CMYK 0.01 0 0.73 0.4
HSL 60.54º 0.57% 0.38% -
HSV(B) 60.54º 0.73% 0.6% -
XYZ 24.76 29.63 6.6 -
YUV 140.05 72.67 136.53 -
System Red Green Blue C M Y K H S L
Decimal 152 153 42 0.01 0 0.73 0.4 60.54 0.57 0.38
Hex 98 99 2A 1 0 49 28 3D 39 26
Octal 230 231 52 1 0 111 50 75 71 46
Binary 10011000 10011001 101010 1 0 1001001 101000 111101 111001 100110

Color Harmonies of #98992A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98992A

Black with #98992A

Text Example


Text Example

White with #98992A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98992A; }

 p { color: rgb(152,153,42); }

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

background-color css

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

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

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

border-color css

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

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

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