Html Css Color HEX #9CA532 Citron

📋 copy color: '#9CA532'

red 156 ◦ green 165 ◦ blue 50

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

Shades of Citron #9CA532

Tints of Citron #9CA532

RGB

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

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

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

R = 42.05%
G = 44.47%
B = 13.48%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.70

 K value IS 0.35

RGB Variations

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

Color information

#9CA532 (or 0x9CA532) is known color: Citron. HEX triplet: 9C, A5 and 32. RGB value is (156,165,50). Sum of RGB (Red+Green+Blue) = 156+165+50=371 (49% of max value = 765). Red value is 156 (61.33% from 255 or 42.05% from 371); Green value is 165 (64.84% from 255 or 44.47% from 371); Blue value is 50 (19.92% from 255 or 13.48% from 371); Max value from RGB is 165 - color contains mainly: green. Hex color #9CA532 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9CA532 is #635ACD. Grayscale: #959595. Windows color (decimal): -6511310 or 3319196. OLE color: 3319196.

HSL color Cylindrical-coordinate representation of color #9CA532: hue angle of 64.7º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9CA532 is Cyan = 0.05, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.35.

Color convert

RGB 156 165 50 -
CMYK 0.05 0 0.70 0.35
HSL 64.7º 0.53% 0.42% -
HSV(B) 64.7º 0.7% 0.65% -
XYZ 27.74 34.21 8.16 -
YUV 149.2 72.02 132.85 -
System Red Green Blue C M Y K H S L
Decimal 156 165 50 0.05 0 0.70 0.35 64.7 0.53 0.42
Hex 9C A5 32 5 0 46 23 41 35 2A
Octal 234 245 62 5 0 106 43 101 65 52
Binary 10011100 10100101 110010 101 0 1000110 100011 1000001 110101 101010

Color Harmonies of #9CA532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CA532

Black with #9CA532

Text Example


Text Example

White with #9CA532

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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