Html Css Color HEX #8C9229 Citron

📋 copy color: '#8C9229'

red 140 ◦ green 146 ◦ blue 41

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

Shades of Citron #8C9229

Tints of Citron #8C9229

RGB

 RED value IS 140 (55.08% from 255) = 42.81%

 GREEN value IS 146 (57.42% from 255) = 44.65%

 BLUE value IS 41 (16.41% from 255) = 12.54%

R = 42.81%
G = 44.65%
B = 12.54%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.72

 K value IS 0.43

RGB Variations

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

Color information

#8C9229 (or 0x8C9229) is known color: Citron. HEX triplet: 8C, 92 and 29. RGB value is (140,146,41). Sum of RGB (Red+Green+Blue) = 140+146+41=327 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.81% from 327); Green value is 146 (57.42% from 255 or 44.65% from 327); Blue value is 41 (16.41% from 255 or 12.54% from 327); Max value from RGB is 146 - color contains mainly: green. Hex color #8C9229 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C9229 is #736DD6. Grayscale: #848484. Windows color (decimal): -7564759 or 2724492. OLE color: 2724492.

HSL color Cylindrical-coordinate representation of color #8C9229: hue angle of 63.43º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8C9229 is Cyan = 0.04, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.43.

Color convert

RGB 140 146 41 -
CMYK 0.04 0 0.72 0.43
HSL 63.43º 0.56% 0.37% -
HSV(B) 63.43º 0.72% 0.57% -
XYZ 21.49 26.29 6.04 -
YUV 132.24 76.51 133.54 -
System Red Green Blue C M Y K H S L
Decimal 140 146 41 0.04 0 0.72 0.43 63.43 0.56 0.37
Hex 8C 92 29 4 0 48 2B 3F 38 25
Octal 214 222 51 4 0 110 53 77 70 45
Binary 10001100 10010010 101001 100 0 1001000 101011 111111 111000 100101

Color Harmonies of #8C9229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C9229

Black with #8C9229

Text Example


Text Example

White with #8C9229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8C9229; }

 p { color: rgb(140,146,41); }

 H1.HeaderClassName
 {
   color: #8C9229;
 }
 .AnyTagClassName
 {
   color: #8C9229;
 }
</style>

background-color css

<style>
 a { background-color: #8C9229; }

 a { background-color: rgb(140,146,41); }

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

border-color css

<style>
 span { border-color: #8C9229; }

 span { border-color: rgb(140,146,41); }

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