Html Css Color HEX #9CA428 Citron

📋 copy color: '#9CA428'

red 156 ◦ green 164 ◦ blue 40

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

Shades of Citron #9CA428

Tints of Citron #9CA428

RGB

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

 GREEN value IS 164 (64.45% from 255) = 45.56%

 BLUE value IS 40 (16.02% from 255) = 11.11%

R = 43.33%
G = 45.56%
B = 11.11%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.76

 K value IS 0.36

RGB Variations

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

Color information

#9CA428 (or 0x9CA428) is known color: Citron. HEX triplet: 9C, A4 and 28. RGB value is (156,164,40). Sum of RGB (Red+Green+Blue) = 156+164+40=360 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.33% from 360); Green value is 164 (64.45% from 255 or 45.56% from 360); Blue value is 40 (16.02% from 255 or 11.11% from 360); Max value from RGB is 164 - color contains mainly: green. Hex color #9CA428 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9CA428 is #635BD7. Grayscale: #939393. Windows color (decimal): -6511576 or 2663580. OLE color: 2663580.

HSL color Cylindrical-coordinate representation of color #9CA428: hue angle of 63.87º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9CA428 is Cyan = 0.05, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.36.

Color convert

RGB 156 164 40 -
CMYK 0.05 0 0.76 0.36
HSL 63.87º 0.61% 0.4% -
HSV(B) 63.87º 0.76% 0.64% -
XYZ 27.37 33.77 7.08 -
YUV 147.47 67.35 134.08 -
System Red Green Blue C M Y K H S L
Decimal 156 164 40 0.05 0 0.76 0.36 63.87 0.61 0.4
Hex 9C A4 28 5 0 4C 24 40 3D 28
Octal 234 244 50 5 0 114 44 100 75 50
Binary 10011100 10100100 101000 101 0 1001100 100100 1000000 111101 101000

Color Harmonies of #9CA428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CA428

Black with #9CA428

Text Example


Text Example

White with #9CA428

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,164,40); }

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

background-color css

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

 a { background-color: rgb(156,164,40); }

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

border-color css

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

 span { border-color: rgb(156,164,40); }

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