Html Css Color HEX #8A8D1F Citron

📋 copy color: '#8A8D1F'

red 138 ◦ green 141 ◦ blue 31

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

Shades of Citron #8A8D1F

Tints of Citron #8A8D1F

RGB

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

 GREEN value IS 141 (55.47% from 255) = 45.48%

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

R = 44.52%
G = 45.48%
B = 10%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.78

 K value IS 0.45

RGB Variations

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

Color information

#8A8D1F (or 0x8A8D1F) is known color: Citron. HEX triplet: 8A, 8D and 1F. RGB value is (138,141,31). Sum of RGB (Red+Green+Blue) = 138+141+31=310 (41% of max value = 765). Red value is 138 (54.30% from 255 or 44.52% from 310); Green value is 141 (55.47% from 255 or 45.48% from 310); Blue value is 31 (12.5% from 255 or 10% from 310); Max value from RGB is 141 - color contains mainly: green. Hex color #8A8D1F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A8D1F is #7572E0. Grayscale: #808080. Windows color (decimal): -7697121 or 2067850. OLE color: 2067850.

HSL color Cylindrical-coordinate representation of color #8A8D1F: hue angle of 61.64º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8A8D1F is Cyan = 0.02, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.45.

Color convert

RGB 138 141 31 -
CMYK 0.02 0 0.78 0.45
HSL 61.64º 0.64% 0.34% -
HSV(B) 61.64º 0.78% 0.55% -
XYZ 20.25 24.55 4.97 -
YUV 127.56 73.51 135.44 -
System Red Green Blue C M Y K H S L
Decimal 138 141 31 0.02 0 0.78 0.45 61.64 0.64 0.34
Hex 8A 8D 1F 2 0 4E 2D 3E 40 22
Octal 212 215 37 2 0 116 55 76 100 42
Binary 10001010 10001101 11111 10 0 1001110 101101 111110 1000000 100010

Color Harmonies of #8A8D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A8D1F

Black with #8A8D1F

Text Example


Text Example

White with #8A8D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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