Html Css Color HEX #98A21D Citron

📋 copy color: '#98A21D'

red 152 ◦ green 162 ◦ blue 29

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

Shades of Citron #98A21D

Tints of Citron #98A21D

RGB

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

 GREEN value IS 162 (63.67% from 255) = 47.23%

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

R = 44.31%
G = 47.23%
B = 8.45%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.82

 K value IS 0.36

RGB Variations

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

Color information

#98A21D (or 0x98A21D) is known color: Citron. HEX triplet: 98, A2 and 1D. RGB value is (152,162,29). Sum of RGB (Red+Green+Blue) = 152+162+29=343 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.31% from 343); Green value is 162 (63.67% from 255 or 47.23% from 343); Blue value is 29 (11.72% from 255 or 8.45% from 343); Max value from RGB is 162 - color contains mainly: green. Hex color #98A21D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98A21D is #675DE2. Grayscale: #909090. Windows color (decimal): -6774243 or 1942168. OLE color: 1942168.

HSL color Cylindrical-coordinate representation of color #98A21D: hue angle of 64.51º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #98A21D is Cyan = 0.06, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.36.

Color convert

RGB 152 162 29 -
CMYK 0.06 0 0.82 0.36
HSL 64.51º 0.7% 0.37% -
HSV(B) 64.51º 0.82% 0.64% -
XYZ 26.09 32.6 6.08 -
YUV 143.85 63.19 133.81 -
System Red Green Blue C M Y K H S L
Decimal 152 162 29 0.06 0 0.82 0.36 64.51 0.7 0.37
Hex 98 A2 1D 6 0 52 24 41 46 25
Octal 230 242 35 6 0 122 44 101 106 45
Binary 10011000 10100010 11101 110 0 1010010 100100 1000001 1000110 100101

Color Harmonies of #98A21D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98A21D

Black with #98A21D

Text Example


Text Example

White with #98A21D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98A21D; }

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

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

background-color css

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

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

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

border-color css

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

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

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