Html Css Color HEX #8D972A Citron

📋 copy color: '#8D972A'

red 141 ◦ green 151 ◦ blue 42

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

Shades of Citron #8D972A

Tints of Citron #8D972A

RGB

 RED value IS 141 (55.47% from 255) = 42.22%

 GREEN value IS 151 (59.38% from 255) = 45.21%

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

R = 42.22%
G = 45.21%
B = 12.57%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.72

 K value IS 0.41

RGB Variations

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

Color information

#8D972A (or 0x8D972A) is known color: Citron. HEX triplet: 8D, 97 and 2A. RGB value is (141,151,42). Sum of RGB (Red+Green+Blue) = 141+151+42=334 (44% of max value = 765). Red value is 141 (55.47% from 255 or 42.22% from 334); Green value is 151 (59.38% from 255 or 45.21% from 334); Blue value is 42 (16.80% from 255 or 12.57% from 334); Max value from RGB is 151 - color contains mainly: green. Hex color #8D972A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D972A is #7268D5. Grayscale: #888888. Windows color (decimal): -7497942 or 2791309. OLE color: 2791309.

HSL color Cylindrical-coordinate representation of color #8D972A: hue angle of 65.5º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8D972A is Cyan = 0.07, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.41.

Color convert

RGB 141 151 42 -
CMYK 0.07 0 0.72 0.41
HSL 65.5º 0.56% 0.38% -
HSV(B) 65.5º 0.72% 0.59% -
XYZ 22.47 27.96 6.4 -
YUV 135.58 75.19 131.86 -
System Red Green Blue C M Y K H S L
Decimal 141 151 42 0.07 0 0.72 0.41 65.5 0.56 0.38
Hex 8D 97 2A 7 0 48 29 42 38 26
Octal 215 227 52 7 0 110 51 102 70 46
Binary 10001101 10010111 101010 111 0 1001000 101001 1000010 111000 100110

Color Harmonies of #8D972A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D972A

Black with #8D972A

Text Example


Text Example

White with #8D972A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,151,42); }

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

background-color css

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

 a { background-color: rgb(141,151,42); }

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

border-color css

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

 span { border-color: rgb(141,151,42); }

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