Html Css Color HEX #99A72F Citron

📋 copy color: '#99A72F'

red 153 ◦ green 167 ◦ blue 47

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

Shades of Citron #99A72F

Tints of Citron #99A72F

RGB

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

 GREEN value IS 167 (65.63% from 255) = 45.5%

 BLUE value IS 47 (18.75% from 255) = 12.81%

R = 41.69%
G = 45.5%
B = 12.81%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.72

 K value IS 0.35

RGB Variations

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

Color information

#99A72F (or 0x99A72F) is known color: Citron. HEX triplet: 99, A7 and 2F. RGB value is (153,167,47). Sum of RGB (Red+Green+Blue) = 153+167+47=367 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.69% from 367); Green value is 167 (65.62% from 255 or 45.50% from 367); Blue value is 47 (18.75% from 255 or 12.81% from 367); Max value from RGB is 167 - color contains mainly: green. Hex color #99A72F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99A72F is #6658D0. Grayscale: #959595. Windows color (decimal): -6707409 or 3123097. OLE color: 3123097.

HSL color Cylindrical-coordinate representation of color #99A72F: hue angle of 67º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #99A72F is Cyan = 0.08, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.35.

Color convert

RGB 153 167 47 -
CMYK 0.08 0 0.72 0.35
HSL 67º 0.56% 0.42% -
HSV(B) 67º 0.72% 0.65% -
XYZ 27.47 34.61 7.92 -
YUV 149.13 70.36 130.76 -
System Red Green Blue C M Y K H S L
Decimal 153 167 47 0.08 0 0.72 0.35 67 0.56 0.42
Hex 99 A7 2F 8 0 48 23 43 38 2A
Octal 231 247 57 10 0 110 43 103 70 52
Binary 10011001 10100111 101111 1000 0 1001000 100011 1000011 111000 101010

Color Harmonies of #99A72F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99A72F

Black with #99A72F

Text Example


Text Example

White with #99A72F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,167,47); }

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

background-color css

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

 a { background-color: rgb(153,167,47); }

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

border-color css

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

 span { border-color: rgb(153,167,47); }

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