Html Css Color HEX #9CA232 Citron

📋 copy color: '#9CA232'

red 156 ◦ green 162 ◦ blue 50

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

Shades of Citron #9CA232

Tints of Citron #9CA232

RGB

 RED value IS 156 (61.33% from 255) = 42.39%

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

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

R = 42.39%
G = 44.02%
B = 13.59%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.69

 K value IS 0.36

RGB Variations

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

Color information

#9CA232 (or 0x9CA232) is known color: Citron. HEX triplet: 9C, A2 and 32. RGB value is (156,162,50). Sum of RGB (Red+Green+Blue) = 156+162+50=368 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.39% from 368); Green value is 162 (63.67% from 255 or 44.02% from 368); Blue value is 50 (19.92% from 255 or 13.59% from 368); Max value from RGB is 162 - color contains mainly: green. Hex color #9CA232 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9CA232 is #635DCD. Grayscale: #939393. Windows color (decimal): -6512078 or 3318428. OLE color: 3318428.

HSL color Cylindrical-coordinate representation of color #9CA232: hue angle of 63.21º 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 #9CA232 is Cyan = 0.04, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.36.

Color convert

RGB 156 162 50 -
CMYK 0.04 0 0.69 0.36
HSL 63.21º 0.53% 0.42% -
HSV(B) 63.21º 0.69% 0.64% -
XYZ 27.21 33.14 7.98 -
YUV 147.44 73.01 134.11 -
System Red Green Blue C M Y K H S L
Decimal 156 162 50 0.04 0 0.69 0.36 63.21 0.53 0.42
Hex 9C A2 32 4 0 45 24 3F 35 2A
Octal 234 242 62 4 0 105 44 77 65 52
Binary 10011100 10100010 110010 100 0 1000101 100100 111111 110101 101010

Color Harmonies of #9CA232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CA232

Black with #9CA232

Text Example


Text Example

White with #9CA232

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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