Html Css Color HEX #99A12D Citron

📋 copy color: '#99A12D'

red 153 ◦ green 161 ◦ blue 45

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

Shades of Citron #99A12D

Tints of Citron #99A12D

RGB

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

 GREEN value IS 161 (63.28% from 255) = 44.85%

 BLUE value IS 45 (17.97% from 255) = 12.53%

R = 42.62%
G = 44.85%
B = 12.53%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.72

 K value IS 0.37

RGB Variations

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

Color information

#99A12D (or 0x99A12D) is known color: Citron. HEX triplet: 99, A1 and 2D. RGB value is (153,161,45). Sum of RGB (Red+Green+Blue) = 153+161+45=359 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.62% from 359); Green value is 161 (63.28% from 255 or 44.85% from 359); Blue value is 45 (17.97% from 255 or 12.53% from 359); Max value from RGB is 161 - color contains mainly: green. Hex color #99A12D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99A12D is #665ED2. Grayscale: #919191. Windows color (decimal): -6708947 or 2990489. OLE color: 2990489.

HSL color Cylindrical-coordinate representation of color #99A12D: hue angle of 64.14º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #99A12D is Cyan = 0.05, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.37.

Color convert

RGB 153 161 45 -
CMYK 0.05 0 0.72 0.37
HSL 64.14º 0.56% 0.4% -
HSV(B) 64.14º 0.72% 0.63% -
XYZ 26.36 32.45 7.36 -
YUV 145.38 71.35 133.43 -
System Red Green Blue C M Y K H S L
Decimal 153 161 45 0.05 0 0.72 0.37 64.14 0.56 0.4
Hex 99 A1 2D 5 0 48 25 40 38 28
Octal 231 241 55 5 0 110 45 100 70 50
Binary 10011001 10100001 101101 101 0 1001000 100101 1000000 111000 101000

Color Harmonies of #99A12D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99A12D

Black with #99A12D

Text Example


Text Example

White with #99A12D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,161,45); }

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

background-color css

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

 a { background-color: rgb(153,161,45); }

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

border-color css

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

 span { border-color: rgb(153,161,45); }

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