Html Css Color HEX #8A971F Citron

📋 copy color: '#8A971F'

red 138 ◦ green 151 ◦ blue 31

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

Shades of Citron #8A971F

Tints of Citron #8A971F

RGB

 RED value IS 138 (54.3% from 255) = 43.13%

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

 BLUE value IS 31 (12.5% from 255) = 9.69%

R = 43.13%
G = 47.19%
B = 9.69%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.79

 K value IS 0.41

RGB Variations

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

Color information

#8A971F (or 0x8A971F) is known color: Citron. HEX triplet: 8A, 97 and 1F. RGB value is (138,151,31). Sum of RGB (Red+Green+Blue) = 138+151+31=320 (42% of max value = 765). Red value is 138 (54.30% from 255 or 43.12% from 320); Green value is 151 (59.38% from 255 or 47.19% from 320); Blue value is 31 (12.5% from 255 or 9.69% from 320); Max value from RGB is 151 - color contains mainly: green. Hex color #8A971F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A971F is #7568E0. Grayscale: #858585. Windows color (decimal): -7694561 or 2070410. OLE color: 2070410.

HSL color Cylindrical-coordinate representation of color #8A971F: hue angle of 66.5º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8A971F is Cyan = 0.09, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.41.

Color convert

RGB 138 151 31 -
CMYK 0.09 0 0.79 0.41
HSL 66.5º 0.66% 0.36% -
HSV(B) 66.5º 0.79% 0.59% -
XYZ 21.8 27.64 5.48 -
YUV 133.43 70.19 131.26 -
System Red Green Blue C M Y K H S L
Decimal 138 151 31 0.09 0 0.79 0.41 66.5 0.66 0.36
Hex 8A 97 1F 9 0 4F 29 42 42 24
Octal 212 227 37 11 0 117 51 102 102 44
Binary 10001010 10010111 11111 1001 0 1001111 101001 1000010 1000010 100100

Color Harmonies of #8A971F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A971F

Black with #8A971F

Text Example


Text Example

White with #8A971F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,151,31); }

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

background-color css

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

 a { background-color: rgb(138,151,31); }

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

border-color css

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

 span { border-color: rgb(138,151,31); }

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