Html Css Color HEX #9FA232 Citron

📋 copy color: '#9FA232'

red 159 ◦ green 162 ◦ blue 50

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

Shades of Citron #9FA232

Tints of Citron #9FA232

RGB

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

 GREEN value IS 162 (63.67% from 255) = 43.67%

 BLUE value IS 50 (19.92% from 255) = 13.48%

R = 42.86%
G = 43.67%
B = 13.48%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.69

 K value IS 0.36

RGB Variations

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

Color information

#9FA232 (or 0x9FA232) is known color: Citron. HEX triplet: 9F, A2 and 32. RGB value is (159,162,50). Sum of RGB (Red+Green+Blue) = 159+162+50=371 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.86% from 371); Green value is 162 (63.67% from 255 or 43.67% from 371); Blue value is 50 (19.92% from 255 or 13.48% from 371); Max value from RGB is 162 - color contains mainly: green. Hex color #9FA232 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FA232 is #605DCD. Grayscale: #949494. Windows color (decimal): -6315470 or 3318431. OLE color: 3318431.

HSL color Cylindrical-coordinate representation of color #9FA232: hue angle of 61.61º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9FA232 is Cyan = 0.02, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.36.

Color convert

RGB 159 162 50 -
CMYK 0.02 0 0.69 0.36
HSL 61.61º 0.53% 0.42% -
HSV(B) 61.61º 0.69% 0.64% -
XYZ 27.79 33.44 8.01 -
YUV 148.34 72.51 135.61 -
System Red Green Blue C M Y K H S L
Decimal 159 162 50 0.02 0 0.69 0.36 61.61 0.53 0.42
Hex 9F A2 32 2 0 45 24 3E 35 2A
Octal 237 242 62 2 0 105 44 76 65 52
Binary 10011111 10100010 110010 10 0 1000101 100100 111110 110101 101010

Color Harmonies of #9FA232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FA232

Black with #9FA232

Text Example


Text Example

White with #9FA232

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,162,50); }

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

background-color css

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

 a { background-color: rgb(159,162,50); }

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

border-color css

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

 span { border-color: rgb(159,162,50); }

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