Html Css Color HEX #8A8B14 Citron

📋 copy color: '#8A8B14'

red 138 ◦ green 139 ◦ blue 20

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

Shades of Citron #8A8B14

Tints of Citron #8A8B14

RGB

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

 GREEN value IS 139 (54.69% from 255) = 46.8%

 BLUE value IS 20 (8.2% from 255) = 6.73%

R = 46.46%
G = 46.8%
B = 6.73%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.86

 K value IS 0.45

RGB Variations

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

Color information

#8A8B14 (or 0x8A8B14) is known color: Citron. HEX triplet: 8A, 8B and 14. RGB value is (138,139,20). Sum of RGB (Red+Green+Blue) = 138+139+20=297 (39% of max value = 765). Red value is 138 (54.30% from 255 or 46.46% from 297); Green value is 139 (54.69% from 255 or 46.80% from 297); Blue value is 20 (8.20% from 255 or 6.73% from 297); Max value from RGB is 139 - color contains mainly: green. Hex color #8A8B14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8A8B14 is #7574EB. Grayscale: #7D7D7D. Windows color (decimal): -7697644 or 1346442. OLE color: 1346442.

HSL color Cylindrical-coordinate representation of color #8A8B14: hue angle of 60.5º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8A8B14 is Cyan = 0.01, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.45.

Color convert

RGB 138 139 20 -
CMYK 0.01 0 0.86 0.45
HSL 60.5º 0.75% 0.31% -
HSV(B) 60.5º 0.86% 0.55% -
XYZ 19.84 23.92 4.23 -
YUV 125.14 68.67 137.18 -
System Red Green Blue C M Y K H S L
Decimal 138 139 20 0.01 0 0.86 0.45 60.5 0.75 0.31
Hex 8A 8B 14 1 0 56 2D 3D 4B 1F
Octal 212 213 24 1 0 126 55 75 113 37
Binary 10001010 10001011 10100 1 0 1010110 101101 111101 1001011 11111

Color Harmonies of #8A8B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A8B14

Black with #8A8B14

Text Example


Text Example

White with #8A8B14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,139,20); }

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

background-color css

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

 a { background-color: rgb(138,139,20); }

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

border-color css

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

 span { border-color: rgb(138,139,20); }

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