Html Css Color HEX #8A910F Citron

📋 copy color: '#8A910F'

red 138 ◦ green 145 ◦ blue 15

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

Shades of Citron #8A910F

Tints of Citron #8A910F

RGB

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

 GREEN value IS 145 (57.03% from 255) = 48.66%

 BLUE value IS 15 (6.25% from 255) = 5.03%

R = 46.31%
G = 48.66%
B = 5.03%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.90

 K value IS 0.43

RGB Variations

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

Color information

#8A910F (or 0x8A910F) is known color: Citron. HEX triplet: 8A, 91 and 0F. RGB value is (138,145,15). Sum of RGB (Red+Green+Blue) = 138+145+15=298 (39% of max value = 765). Red value is 138 (54.30% from 255 or 46.31% from 298); Green value is 145 (57.03% from 255 or 48.66% from 298); Blue value is 15 (6.25% from 255 or 5.03% from 298); Max value from RGB is 145 - color contains mainly: green. Hex color #8A910F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8A910F is #756EF0. Grayscale: #808080. Windows color (decimal): -7696113 or 1020298. OLE color: 1020298.

HSL color Cylindrical-coordinate representation of color #8A910F: hue angle of 63.23º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8A910F is Cyan = 0.05, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.43.

Color convert

RGB 138 145 15 -
CMYK 0.05 0 0.90 0.43
HSL 63.23º 0.81% 0.31% -
HSV(B) 63.23º 0.9% 0.57% -
XYZ 20.69 25.69 4.32 -
YUV 128.09 64.18 135.07 -
System Red Green Blue C M Y K H S L
Decimal 138 145 15 0.05 0 0.90 0.43 63.23 0.81 0.31
Hex 8A 91 F 5 0 5A 2B 3F 51 1F
Octal 212 221 17 5 0 132 53 77 121 37
Binary 10001010 10010001 1111 101 0 1011010 101011 111111 1010001 11111

Color Harmonies of #8A910F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A910F

Black with #8A910F

Text Example


Text Example

White with #8A910F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,145,15); }

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

background-color css

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

 a { background-color: rgb(138,145,15); }

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

border-color css

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

 span { border-color: rgb(138,145,15); }

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