Html Css Color HEX #9FA522 Citron

📋 copy color: '#9FA522'

red 159 ◦ green 165 ◦ blue 34

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

Shades of Citron #9FA522

Tints of Citron #9FA522

RGB

 RED value IS 159 (62.5% from 255) = 44.41%

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

 BLUE value IS 34 (13.67% from 255) = 9.5%

R = 44.41%
G = 46.09%
B = 9.5%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.79

 K value IS 0.35

RGB Variations

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

Color information

#9FA522 (or 0x9FA522) is known color: Citron. HEX triplet: 9F, A5 and 22. RGB value is (159,165,34). Sum of RGB (Red+Green+Blue) = 159+165+34=358 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.41% from 358); Green value is 165 (64.84% from 255 or 46.09% from 358); Blue value is 34 (13.67% from 255 or 9.50% from 358); Max value from RGB is 165 - color contains mainly: green. Hex color #9FA522 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FA522 is #605ADD. Grayscale: #949494. Windows color (decimal): -6314718 or 2270623. OLE color: 2270623.

HSL color Cylindrical-coordinate representation of color #9FA522: hue angle of 62.75º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9FA522 is Cyan = 0.04, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.35.

Color convert

RGB 159 165 34 -
CMYK 0.04 0 0.79 0.35
HSL 62.75º 0.66% 0.39% -
HSV(B) 62.75º 0.79% 0.65% -
XYZ 28.04 34.4 6.67 -
YUV 148.27 63.51 135.65 -
System Red Green Blue C M Y K H S L
Decimal 159 165 34 0.04 0 0.79 0.35 62.75 0.66 0.39
Hex 9F A5 22 4 0 4F 23 3F 42 27
Octal 237 245 42 4 0 117 43 77 102 47
Binary 10011111 10100101 100010 100 0 1001111 100011 111111 1000010 100111

Color Harmonies of #9FA522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FA522

Black with #9FA522

Text Example


Text Example

White with #9FA522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9FA522; }

 p { color: rgb(159,165,34); }

 H1.HeaderClassName
 {
   color: #9FA522;
 }
 .AnyTagClassName
 {
   color: #9FA522;
 }
</style>

background-color css

<style>
 a { background-color: #9FA522; }

 a { background-color: rgb(159,165,34); }

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

border-color css

<style>
 span { border-color: #9FA522; }

 span { border-color: rgb(159,165,34); }

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