Html Css Color HEX #9CA82C Citron

📋 copy color: '#9CA82C'

red 156 ◦ green 168 ◦ blue 44

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

Shades of Citron #9CA82C

Tints of Citron #9CA82C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 11.96%

R = 42.39%
G = 45.65%
B = 11.96%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.74

 K value IS 0.34

RGB Variations

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

Color information

#9CA82C (or 0x9CA82C) is known color: Citron. HEX triplet: 9C, A8 and 2C. RGB value is (156,168,44). Sum of RGB (Red+Green+Blue) = 156+168+44=368 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.39% from 368); Green value is 168 (66.02% from 255 or 45.65% from 368); Blue value is 44 (17.58% from 255 or 11.96% from 368); Max value from RGB is 168 - color contains mainly: green. Hex color #9CA82C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9CA82C is #6357D3. Grayscale: #969696. Windows color (decimal): -6510548 or 2926748. OLE color: 2926748.

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

Color convert

RGB 156 168 44 -
CMYK 0.07 0 0.74 0.34
HSL 65.81º 0.58% 0.42% -
HSV(B) 65.81º 0.74% 0.66% -
XYZ 28.17 35.26 7.7 -
YUV 150.28 68.02 132.08 -
System Red Green Blue C M Y K H S L
Decimal 156 168 44 0.07 0 0.74 0.34 65.81 0.58 0.42
Hex 9C A8 2C 7 0 4A 22 42 3A 2A
Octal 234 250 54 7 0 112 42 102 72 52
Binary 10011100 10101000 101100 111 0 1001010 100010 1000010 111010 101010

Color Harmonies of #9CA82C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CA82C

Black with #9CA82C

Text Example


Text Example

White with #9CA82C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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