Html Css Color HEX #9CA81C Citron

📋 copy color: '#9CA81C'

red 156 ◦ green 168 ◦ blue 28

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

Shades of Citron #9CA81C

Tints of Citron #9CA81C

RGB

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

 GREEN value IS 168 (66.02% from 255) = 47.73%

 BLUE value IS 28 (11.33% from 255) = 7.95%

R = 44.32%
G = 47.73%
B = 7.95%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.83

 K value IS 0.34

RGB Variations

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

Color information

#9CA81C (or 0x9CA81C) is known color: Citron. HEX triplet: 9C, A8 and 1C. RGB value is (156,168,28). Sum of RGB (Red+Green+Blue) = 156+168+28=352 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.32% from 352); Green value is 168 (66.02% from 255 or 47.73% from 352); Blue value is 28 (11.33% from 255 or 7.95% from 352); Max value from RGB is 168 - color contains mainly: green. Hex color #9CA81C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9CA81C is #6357E3. Grayscale: #959595. Windows color (decimal): -6510564 or 1878172. OLE color: 1878172.

HSL color Cylindrical-coordinate representation of color #9CA81C: hue angle of 65.14º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9CA81C is Cyan = 0.07, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.34.

Color convert

RGB 156 168 28 -
CMYK 0.07 0 0.83 0.34
HSL 65.14º 0.71% 0.38% -
HSV(B) 65.14º 0.83% 0.66% -
XYZ 27.92 35.16 6.41 -
YUV 148.45 60.02 133.38 -
System Red Green Blue C M Y K H S L
Decimal 156 168 28 0.07 0 0.83 0.34 65.14 0.71 0.38
Hex 9C A8 1C 7 0 53 22 41 47 26
Octal 234 250 34 7 0 123 42 101 107 46
Binary 10011100 10101000 11100 111 0 1010011 100010 1000001 1000111 100110

Color Harmonies of #9CA81C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CA81C

Black with #9CA81C

Text Example


Text Example

White with #9CA81C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,168,28); }

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

background-color css

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

 a { background-color: rgb(156,168,28); }

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

border-color css

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

 span { border-color: rgb(156,168,28); }

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