Html Css Color HEX #98941D Citron

📋 copy color: '#98941D'

red 152 ◦ green 148 ◦ blue 29

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

Shades of Citron #98941D

Tints of Citron #98941D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.81%

R = 46.2%
G = 44.98%
B = 8.81%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.81

 K value IS 0.40

RGB Variations

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

Color information

#98941D (or 0x98941D) is known color: Citron. HEX triplet: 98, 94 and 1D. RGB value is (152,148,29). Sum of RGB (Red+Green+Blue) = 152+148+29=329 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.20% from 329); Green value is 148 (58.20% from 255 or 44.98% from 329); Blue value is 29 (11.72% from 255 or 8.81% from 329); Max value from RGB is 152 - color contains mainly: red. Hex color #98941D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98941D is #676BE2. Grayscale: #888888. Windows color (decimal): -6777827 or 1938584. OLE color: 1938584.

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

Color convert

RGB 152 148 29 -
CMYK 0 0.03 0.81 0.40
HSL 58.05º 0.68% 0.35% -
HSV(B) 58.05º 0.81% 0.6% -
XYZ 23.76 27.94 5.3 -
YUV 135.63 67.83 139.68 -
System Red Green Blue C M Y K H S L
Decimal 152 148 29 0 0.03 0.81 0.40 58.05 0.68 0.35
Hex 98 94 1D 0 3 51 28 3A 44 23
Octal 230 224 35 0 3 121 50 72 104 43
Binary 10011000 10010100 11101 0 11 1010001 101000 111010 1000100 100011

Color Harmonies of #98941D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98941D

Black with #98941D

Text Example


Text Example

White with #98941D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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