Html Css Color HEX #989825 Citron

📋 copy color: '#989825'

red 152 ◦ green 152 ◦ blue 37

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

Shades of Citron #989825

Tints of Citron #989825

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 10.85%

R = 44.57%
G = 44.57%
B = 10.85%

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

#989825 (or 0x989825) is known color: Citron. HEX triplet: 98, 98 and 25. RGB value is (152,152,37). Sum of RGB (Red+Green+Blue) = 152+152+37=341 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.57% from 341); Green value is 152 (59.77% from 255 or 44.57% from 341); Blue value is 37 (14.84% from 255 or 10.85% from 341); Max value from RGB is 152 - color contains mainly: red, green. Hex color #989825 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #989825 is #6767DA. Grayscale: #8B8B8B. Windows color (decimal): -6776795 or 2463896. OLE color: 2463896.

HSL color Cylindrical-coordinate representation of color #989825: hue angle of 60º degrees, saturation: 0.61, 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 #989825 is Cyan = 0, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 152 37 -
CMYK 0 0 0.76 0.40
HSL 60º 0.61% 0.37% -
HSV(B) 60º 0.76% 0.6% -
XYZ 24.51 29.27 6.11 -
YUV 138.89 70.5 137.35 -
System Red Green Blue C M Y K H S L
Decimal 152 152 37 0 0 0.76 0.40 60 0.61 0.37
Hex 98 98 25 0 0 4C 28 3C 3D 25
Octal 230 230 45 0 0 114 50 74 75 45
Binary 10011000 10011000 100101 0 0 1001100 101000 111100 111101 100101

Color Harmonies of #989825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989825

Black with #989825

Text Example


Text Example

White with #989825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #989825; }

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

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

background-color css

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

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

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

border-color css

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

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

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