Html Css Color HEX #989824 Citron

📋 copy color: '#989824'

red 152 ◦ green 152 ◦ blue 36

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

Shades of Citron #989824

Tints of Citron #989824

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 10.59%

R = 44.71%
G = 44.71%
B = 10.59%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.76

 K value IS 0.40

RGB Variations

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

Color information

#989824 (or 0x989824) is known color: Citron. HEX triplet: 98, 98 and 24. RGB value is (152,152,36). Sum of RGB (Red+Green+Blue) = 152+152+36=340 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.71% from 340); Green value is 152 (59.77% from 255 or 44.71% from 340); Blue value is 36 (14.45% from 255 or 10.59% from 340); Max value from RGB is 152 - color contains mainly: red, green. Hex color #989824 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #989824 is #6767DB. Grayscale: #8B8B8B. Windows color (decimal): -6776796 or 2398360. OLE color: 2398360.

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

Color convert

RGB 152 152 36 -
CMYK 0 0 0.76 0.40
HSL 60º 0.62% 0.37% -
HSV(B) 60º 0.76% 0.6% -
XYZ 24.5 29.26 6.03 -
YUV 138.78 70 137.43 -
System Red Green Blue C M Y K H S L
Decimal 152 152 36 0 0 0.76 0.40 60 0.62 0.37
Hex 98 98 24 0 0 4C 28 3C 3E 25
Octal 230 230 44 0 0 114 50 74 76 45
Binary 10011000 10011000 100100 0 0 1001100 101000 111100 111110 100101

Color Harmonies of #989824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989824

Black with #989824

Text Example


Text Example

White with #989824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #989824; }

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

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

background-color css

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

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

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

border-color css

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

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

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