Html Css Color HEX #9C9B2A Citron

📋 copy color: '#9C9B2A'

red 156 ◦ green 155 ◦ blue 42

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

Shades of Citron #9C9B2A

Tints of Citron #9C9B2A

RGB

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

 GREEN value IS 155 (60.94% from 255) = 43.91%

 BLUE value IS 42 (16.8% from 255) = 11.9%

R = 44.19%
G = 43.91%
B = 11.9%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.73

 K value IS 0.39

RGB Variations

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

Color information

#9C9B2A (or 0x9C9B2A) is known color: Citron. HEX triplet: 9C, 9B and 2A. RGB value is (156,155,42). Sum of RGB (Red+Green+Blue) = 156+155+42=353 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.19% from 353); Green value is 155 (60.94% from 255 or 43.91% from 353); Blue value is 42 (16.80% from 255 or 11.90% from 353); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9B2A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C9B2A is #6364D5. Grayscale: #8E8E8E. Windows color (decimal): -6513878 or 2792348. OLE color: 2792348.

HSL color Cylindrical-coordinate representation of color #9C9B2A: hue angle of 59.47º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9C9B2A is Cyan = 0, Magento = 0.01, Yellow = 0.73 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 155 42 -
CMYK 0 0.01 0.73 0.39
HSL 59.47º 0.58% 0.39% -
HSV(B) 59.47º 0.73% 0.61% -
XYZ 25.85 30.68 6.75 -
YUV 142.42 71.33 137.69 -
System Red Green Blue C M Y K H S L
Decimal 156 155 42 0 0.01 0.73 0.39 59.47 0.58 0.39
Hex 9C 9B 2A 0 1 49 27 3B 3A 27
Octal 234 233 52 0 1 111 47 73 72 47
Binary 10011100 10011011 101010 0 1 1001001 100111 111011 111010 100111

Color Harmonies of #9C9B2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C9B2A

Black with #9C9B2A

Text Example


Text Example

White with #9C9B2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,155,42); }

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

background-color css

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

 a { background-color: rgb(156,155,42); }

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

border-color css

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

 span { border-color: rgb(156,155,42); }

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