Html Css Color HEX #98941A Citron

📋 copy color: '#98941A'

red 152 ◦ green 148 ◦ blue 26

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

Shades of Citron #98941A

Tints of Citron #98941A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.98%

R = 46.63%
G = 45.4%
B = 7.98%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.83

 K value IS 0.40

RGB Variations

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

Color information

#98941A (or 0x98941A) is known color: Citron. HEX triplet: 98, 94 and 1A. RGB value is (152,148,26). Sum of RGB (Red+Green+Blue) = 152+148+26=326 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.63% from 326); Green value is 148 (58.20% from 255 or 45.40% from 326); Blue value is 26 (10.55% from 255 or 7.98% from 326); Max value from RGB is 152 - color contains mainly: red. Hex color #98941A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98941A is #676BE5. Grayscale: #878787. Windows color (decimal): -6777830 or 1741976. OLE color: 1741976.

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

Color convert

RGB 152 148 26 -
CMYK 0 0.03 0.83 0.40
HSL 58.1º 0.71% 0.35% -
HSV(B) 58.1º 0.83% 0.6% -
XYZ 23.73 27.93 5.12 -
YUV 135.29 66.33 139.92 -
System Red Green Blue C M Y K H S L
Decimal 152 148 26 0 0.03 0.83 0.40 58.1 0.71 0.35
Hex 98 94 1A 0 3 53 28 3A 47 23
Octal 230 224 32 0 3 123 50 72 107 43
Binary 10011000 10010100 11010 0 11 1010011 101000 111010 1000111 100011

Color Harmonies of #98941A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98941A

Black with #98941A

Text Example


Text Example

White with #98941A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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