Html Css Color HEX #99A52A Citron

📋 copy color: '#99A52A'

red 153 ◦ green 165 ◦ blue 42

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

Shades of Citron #99A52A

Tints of Citron #99A52A

RGB

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

 GREEN value IS 165 (64.84% from 255) = 45.83%

 BLUE value IS 42 (16.8% from 255) = 11.67%

R = 42.5%
G = 45.83%
B = 11.67%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.75

 K value IS 0.35

RGB Variations

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

Color information

#99A52A (or 0x99A52A) is known color: Citron. HEX triplet: 99, A5 and 2A. RGB value is (153,165,42). Sum of RGB (Red+Green+Blue) = 153+165+42=360 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.5% from 360); Green value is 165 (64.84% from 255 or 45.83% from 360); Blue value is 42 (16.80% from 255 or 11.67% from 360); Max value from RGB is 165 - color contains mainly: green. Hex color #99A52A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99A52A is #665AD5. Grayscale: #939393. Windows color (decimal): -6707926 or 2794905. OLE color: 2794905.

HSL color Cylindrical-coordinate representation of color #99A52A: hue angle of 65.85º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #99A52A is Cyan = 0.07, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.35.

Color convert

RGB 153 165 42 -
CMYK 0.07 0 0.75 0.35
HSL 65.85º 0.59% 0.41% -
HSV(B) 65.85º 0.75% 0.65% -
XYZ 27.01 33.85 7.3 -
YUV 147.39 68.52 132 -
System Red Green Blue C M Y K H S L
Decimal 153 165 42 0.07 0 0.75 0.35 65.85 0.59 0.41
Hex 99 A5 2A 7 0 4B 23 42 3B 29
Octal 231 245 52 7 0 113 43 102 73 51
Binary 10011001 10100101 101010 111 0 1001011 100011 1000010 111011 101001

Color Harmonies of #99A52A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99A52A

Black with #99A52A

Text Example


Text Example

White with #99A52A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,165,42); }

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

background-color css

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

 a { background-color: rgb(153,165,42); }

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

border-color css

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

 span { border-color: rgb(153,165,42); }

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