Html Css Color HEX #9CA515 Citron

📋 copy color: '#9CA515'

red 156 ◦ green 165 ◦ blue 21

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

Shades of Citron #9CA515

Tints of Citron #9CA515

RGB

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

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

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

R = 45.61%
G = 48.25%
B = 6.14%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.87

 K value IS 0.35

RGB Variations

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

Color information

#9CA515 (or 0x9CA515) is known color: Citron. HEX triplet: 9C, A5 and 15. RGB value is (156,165,21). Sum of RGB (Red+Green+Blue) = 156+165+21=342 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.61% from 342); Green value is 165 (64.84% from 255 or 48.25% from 342); Blue value is 21 (8.59% from 255 or 6.14% from 342); Max value from RGB is 165 - color contains mainly: green. Hex color #9CA515 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9CA515 is #635AEA. Grayscale: #929292. Windows color (decimal): -6511339 or 1418652. OLE color: 1418652.

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

Color convert

RGB 156 165 21 -
CMYK 0.05 0 0.87 0.35
HSL 63.75º 0.77% 0.36% -
HSV(B) 63.75º 0.87% 0.65% -
XYZ 27.3 34.03 5.84 -
YUV 145.89 57.52 135.21 -
System Red Green Blue C M Y K H S L
Decimal 156 165 21 0.05 0 0.87 0.35 63.75 0.77 0.36
Hex 9C A5 15 5 0 57 23 40 4D 24
Octal 234 245 25 5 0 127 43 100 115 44
Binary 10011100 10100101 10101 101 0 1010111 100011 1000000 1001101 100100

Color Harmonies of #9CA515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CA515

Black with #9CA515

Text Example


Text Example

White with #9CA515

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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