Html Css Color HEX #99A325 Citron

📋 copy color: '#99A325'

red 153 ◦ green 163 ◦ blue 37

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

Shades of Citron #99A325

Tints of Citron #99A325

RGB

 RED value IS 153 (60.16% from 255) = 43.34%

 GREEN value IS 163 (64.06% from 255) = 46.18%

 BLUE value IS 37 (14.84% from 255) = 10.48%

R = 43.34%
G = 46.18%
B = 10.48%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.77

 K value IS 0.36

RGB Variations

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

Color information

#99A325 (or 0x99A325) is known color: Citron. HEX triplet: 99, A3 and 25. RGB value is (153,163,37). Sum of RGB (Red+Green+Blue) = 153+163+37=353 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.34% from 353); Green value is 163 (64.06% from 255 or 46.18% from 353); Blue value is 37 (14.84% from 255 or 10.48% from 353); Max value from RGB is 163 - color contains mainly: green. Hex color #99A325 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99A325 is #665CDA. Grayscale: #929292. Windows color (decimal): -6708443 or 2466713. OLE color: 2466713.

HSL color Cylindrical-coordinate representation of color #99A325: hue angle of 64.76º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #99A325 is Cyan = 0.06, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.36.

Color convert

RGB 153 163 37 -
CMYK 0.06 0 0.77 0.36
HSL 64.76º 0.63% 0.39% -
HSV(B) 64.76º 0.77% 0.64% -
XYZ 26.57 33.1 6.74 -
YUV 145.65 66.69 133.25 -
System Red Green Blue C M Y K H S L
Decimal 153 163 37 0.06 0 0.77 0.36 64.76 0.63 0.39
Hex 99 A3 25 6 0 4D 24 41 3F 27
Octal 231 243 45 6 0 115 44 101 77 47
Binary 10011001 10100011 100101 110 0 1001101 100100 1000001 111111 100111

Color Harmonies of #99A325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99A325

Black with #99A325

Text Example


Text Example

White with #99A325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99A325; }

 p { color: rgb(153,163,37); }

 H1.HeaderClassName
 {
   color: #99A325;
 }
 .AnyTagClassName
 {
   color: #99A325;
 }
</style>

background-color css

<style>
 a { background-color: #99A325; }

 a { background-color: rgb(153,163,37); }

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

border-color css

<style>
 span { border-color: #99A325; }

 span { border-color: rgb(153,163,37); }

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