Html Css Color HEX #8C942A Citron

📋 copy color: '#8C942A'

red 140 ◦ green 148 ◦ blue 42

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

Shades of Citron #8C942A

Tints of Citron #8C942A

RGB

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

 GREEN value IS 148 (58.2% from 255) = 44.85%

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

R = 42.42%
G = 44.85%
B = 12.73%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.72

 K value IS 0.42

RGB Variations

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

Color information

#8C942A (or 0x8C942A) is known color: Citron. HEX triplet: 8C, 94 and 2A. RGB value is (140,148,42). Sum of RGB (Red+Green+Blue) = 140+148+42=330 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.42% from 330); Green value is 148 (58.20% from 255 or 44.85% from 330); Blue value is 42 (16.80% from 255 or 12.73% from 330); Max value from RGB is 148 - color contains mainly: green. Hex color #8C942A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C942A is #736BD5. Grayscale: #858585. Windows color (decimal): -7564246 or 2790540. OLE color: 2790540.

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

Color convert

RGB 140 148 42 -
CMYK 0.05 0 0.72 0.42
HSL 64.53º 0.56% 0.37% -
HSV(B) 64.53º 0.72% 0.58% -
XYZ 21.82 26.92 6.24 -
YUV 133.52 76.35 132.62 -
System Red Green Blue C M Y K H S L
Decimal 140 148 42 0.05 0 0.72 0.42 64.53 0.56 0.37
Hex 8C 94 2A 5 0 48 2A 41 38 25
Octal 214 224 52 5 0 110 52 101 70 45
Binary 10001100 10010100 101010 101 0 1001000 101010 1000001 111000 100101

Color Harmonies of #8C942A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C942A

Black with #8C942A

Text Example


Text Example

White with #8C942A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,148,42); }

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

background-color css

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

 a { background-color: rgb(140,148,42); }

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

border-color css

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

 span { border-color: rgb(140,148,42); }

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