Html Css Color HEX #9CA52E Citron

📋 copy color: '#9CA52E'

red 156 ◦ green 165 ◦ blue 46

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

Shades of Citron #9CA52E

Tints of Citron #9CA52E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 12.53%

R = 42.51%
G = 44.96%
B = 12.53%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.72

 K value IS 0.35

RGB Variations

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

Color information

#9CA52E (or 0x9CA52E) is known color: Citron. HEX triplet: 9C, A5 and 2E. RGB value is (156,165,46). Sum of RGB (Red+Green+Blue) = 156+165+46=367 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.51% from 367); Green value is 165 (64.84% from 255 or 44.96% from 367); Blue value is 46 (18.36% from 255 or 12.53% from 367); Max value from RGB is 165 - color contains mainly: green. Hex color #9CA52E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9CA52E is #635AD1. Grayscale: #959595. Windows color (decimal): -6511314 or 3057052. OLE color: 3057052.

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

Color convert

RGB 156 165 46 -
CMYK 0.05 0 0.72 0.35
HSL 64.54º 0.56% 0.41% -
HSV(B) 64.54º 0.72% 0.65% -
XYZ 27.66 34.18 7.72 -
YUV 148.74 70.02 133.18 -
System Red Green Blue C M Y K H S L
Decimal 156 165 46 0.05 0 0.72 0.35 64.54 0.56 0.41
Hex 9C A5 2E 5 0 48 23 41 38 29
Octal 234 245 56 5 0 110 43 101 70 51
Binary 10011100 10100101 101110 101 0 1001000 100011 1000001 111000 101001

Color Harmonies of #9CA52E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CA52E

Black with #9CA52E

Text Example


Text Example

White with #9CA52E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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