Html Css Color HEX #98941C Citron

📋 copy color: '#98941C'

red 152 ◦ green 148 ◦ blue 28

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

Shades of Citron #98941C

Tints of Citron #98941C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 45.12%

 BLUE value IS 28 (11.33% from 255) = 8.54%

R = 46.34%
G = 45.12%
B = 8.54%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.82

 K value IS 0.40

RGB Variations

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

Color information

#98941C (or 0x98941C) is known color: Citron. HEX triplet: 98, 94 and 1C. RGB value is (152,148,28). Sum of RGB (Red+Green+Blue) = 152+148+28=328 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.34% from 328); Green value is 148 (58.20% from 255 or 45.12% from 328); Blue value is 28 (11.33% from 255 or 8.54% from 328); Max value from RGB is 152 - color contains mainly: red. Hex color #98941C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98941C is #676BE3. Grayscale: #888888. Windows color (decimal): -6777828 or 1873048. OLE color: 1873048.

HSL color Cylindrical-coordinate representation of color #98941C: hue angle of 58.06º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #98941C is Cyan = 0, Magento = 0.03, Yellow = 0.82 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 148 28 -
CMYK 0 0.03 0.82 0.40
HSL 58.06º 0.69% 0.35% -
HSV(B) 58.06º 0.82% 0.6% -
XYZ 23.75 27.94 5.24 -
YUV 135.52 67.33 139.76 -
System Red Green Blue C M Y K H S L
Decimal 152 148 28 0 0.03 0.82 0.40 58.06 0.69 0.35
Hex 98 94 1C 0 3 52 28 3A 45 23
Octal 230 224 34 0 3 122 50 72 105 43
Binary 10011000 10010100 11100 0 11 1010010 101000 111010 1000101 100011

Color Harmonies of #98941C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98941C

Black with #98941C

Text Example


Text Example

White with #98941C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98941C; }

 p { color: rgb(152,148,28); }

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

background-color css

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

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

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

border-color css

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

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

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