Html Css Color HEX #B6A80D Earls Green

📋 copy color: '#B6A80D'

red 182 ◦ green 168 ◦ blue 13

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

Shades of Earls Green #B6A80D

Tints of Earls Green #B6A80D

RGB

 RED value IS 182 (71.48% from 255) = 50.14%

 GREEN value IS 168 (66.02% from 255) = 46.28%

 BLUE value IS 13 (5.47% from 255) = 3.58%

R = 50.14%
G = 46.28%
B = 3.58%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.93

 K value IS 0.29

RGB Variations

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

Color information

#B6A80D (or 0xB6A80D) is known color: Earls Green. HEX triplet: B6, A8 and 0D. RGB value is (182,168,13). Sum of RGB (Red+Green+Blue) = 182+168+13=363 (48% of max value = 765). Red value is 182 (71.48% from 255 or 50.14% from 363); Green value is 168 (66.02% from 255 or 46.28% from 363); Blue value is 13 (5.47% from 255 or 3.58% from 363); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A80D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B6A80D is #4957F2. Grayscale: #9B9B9B. Windows color (decimal): -4806643 or 895158. OLE color: 895158.

HSL color Cylindrical-coordinate representation of color #B6A80D: hue angle of 55.03º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B6A80D is Cyan = 0, Magento = 0.08, Yellow = 0.93 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 168 13 -
CMYK 0 0.08 0.93 0.29
HSL 55.03º 0.87% 0.38% -
HSV(B) 55.03º 0.93% 0.71% -
XYZ 33.37 37.98 5.95 -
YUV 154.52 48.14 147.6 -
System Red Green Blue C M Y K H S L
Decimal 182 168 13 0 0.08 0.93 0.29 55.03 0.87 0.38
Hex B6 A8 D 0 8 5D 1D 37 57 26
Octal 266 250 15 0 10 135 35 67 127 46
Binary 10110110 10101000 1101 0 1000 1011101 11101 110111 1010111 100110

Color Harmonies of #B6A80D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A80D

Black with #B6A80D

Text Example


Text Example

White with #B6A80D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A80D; }

 p { color: rgb(182,168,13); }

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

background-color css

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

 a { background-color: rgb(182,168,13); }

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

border-color css

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

 span { border-color: rgb(182,168,13); }

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