Html Css Color HEX #98981D Citron

📋 copy color: '#98981D'

red 152 ◦ green 152 ◦ blue 29

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

Shades of Citron #98981D

Tints of Citron #98981D

RGB

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

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

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

R = 45.65%
G = 45.65%
B = 8.71%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.81

 K value IS 0.40

RGB Variations

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

Color information

#98981D (or 0x98981D) is known color: Citron. HEX triplet: 98, 98 and 1D. RGB value is (152,152,29). Sum of RGB (Red+Green+Blue) = 152+152+29=333 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.65% from 333); Green value is 152 (59.77% from 255 or 45.65% from 333); Blue value is 29 (11.72% from 255 or 8.71% from 333); Max value from RGB is 152 - color contains mainly: red, green. Hex color #98981D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98981D is #6767E2. Grayscale: #8A8A8A. Windows color (decimal): -6776803 or 1939608. OLE color: 1939608.

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

Color convert

RGB 152 152 29 -
CMYK 0 0 0.81 0.40
HSL 60º 0.68% 0.35% -
HSV(B) 60º 0.81% 0.6% -
XYZ 24.4 29.22 5.52 -
YUV 137.98 66.5 138 -
System Red Green Blue C M Y K H S L
Decimal 152 152 29 0 0 0.81 0.40 60 0.68 0.35
Hex 98 98 1D 0 0 51 28 3C 44 23
Octal 230 230 35 0 0 121 50 74 104 43
Binary 10011000 10011000 11101 0 0 1010001 101000 111100 1000100 100011

Color Harmonies of #98981D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98981D

Black with #98981D

Text Example


Text Example

White with #98981D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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