Html Css Color HEX #9CA115 Citron

📋 copy color: '#9CA115'

red 156 ◦ green 161 ◦ blue 21

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

Shades of Citron #9CA115

Tints of Citron #9CA115

RGB

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

 GREEN value IS 161 (63.28% from 255) = 47.63%

 BLUE value IS 21 (8.59% from 255) = 6.21%

R = 46.15%
G = 47.63%
B = 6.21%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.87

 K value IS 0.37

RGB Variations

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

Color information

#9CA115 (or 0x9CA115) is known color: Citron. HEX triplet: 9C, A1 and 15. RGB value is (156,161,21). Sum of RGB (Red+Green+Blue) = 156+161+21=338 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.15% from 338); Green value is 161 (63.28% from 255 or 47.63% from 338); Blue value is 21 (8.59% from 255 or 6.21% from 338); Max value from RGB is 161 - color contains mainly: green. Hex color #9CA115 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9CA115 is #635EEA. Grayscale: #909090. Windows color (decimal): -6512363 or 1417628. OLE color: 1417628.

HSL color Cylindrical-coordinate representation of color #9CA115: hue angle of 62.14º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9CA115 is Cyan = 0.03, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.37.

Color convert

RGB 156 161 21 -
CMYK 0.03 0 0.87 0.37
HSL 62.14º 0.77% 0.36% -
HSV(B) 62.14º 0.87% 0.63% -
XYZ 26.59 32.61 5.6 -
YUV 143.55 58.84 136.88 -
System Red Green Blue C M Y K H S L
Decimal 156 161 21 0.03 0 0.87 0.37 62.14 0.77 0.36
Hex 9C A1 15 3 0 57 25 3E 4D 24
Octal 234 241 25 3 0 127 45 76 115 44
Binary 10011100 10100001 10101 11 0 1010111 100101 111110 1001101 100100

Color Harmonies of #9CA115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CA115

Black with #9CA115

Text Example


Text Example

White with #9CA115

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,161,21); }

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

background-color css

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

 a { background-color: rgb(156,161,21); }

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

border-color css

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

 span { border-color: rgb(156,161,21); }

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