Html Css Color HEX #99A31E Citron

📋 copy color: '#99A31E'

red 153 ◦ green 163 ◦ blue 30

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

Shades of Citron #99A31E

Tints of Citron #99A31E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.67%

R = 44.22%
G = 47.11%
B = 8.67%

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

#99A31E (or 0x99A31E) is known color: Citron. HEX triplet: 99, A3 and 1E. RGB value is (153,163,30). Sum of RGB (Red+Green+Blue) = 153+163+30=346 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.22% from 346); Green value is 163 (64.06% from 255 or 47.11% from 346); Blue value is 30 (12.11% from 255 or 8.67% from 346); Max value from RGB is 163 - color contains mainly: green. Hex color #99A31E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99A31E is #665CE1. Grayscale: #919191. Windows color (decimal): -6708450 or 2007961. OLE color: 2007961.

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

Color convert

RGB 153 163 30 -
CMYK 0.06 0 0.82 0.36
HSL 64.51º 0.69% 0.38% -
HSV(B) 64.51º 0.82% 0.64% -
XYZ 26.47 33.06 6.21 -
YUV 144.85 63.19 133.81 -
System Red Green Blue C M Y K H S L
Decimal 153 163 30 0.06 0 0.82 0.36 64.51 0.69 0.38
Hex 99 A3 1E 6 0 52 24 41 45 26
Octal 231 243 36 6 0 122 44 101 105 46
Binary 10011001 10100011 11110 110 0 1010010 100100 1000001 1000101 100110

Color Harmonies of #99A31E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99A31E

Black with #99A31E

Text Example


Text Example

White with #99A31E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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