Html Css Color HEX #B8A61B Earls Green

📋 copy color: '#B8A61B'

red 184 ◦ green 166 ◦ blue 27

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

Shades of Earls Green #B8A61B

Tints of Earls Green #B8A61B

RGB

 RED value IS 184 (72.27% from 255) = 48.81%

 GREEN value IS 166 (65.23% from 255) = 44.03%

 BLUE value IS 27 (10.94% from 255) = 7.16%

R = 48.81%
G = 44.03%
B = 7.16%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.85

 K value IS 0.28

RGB Variations

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

Color information

#B8A61B (or 0xB8A61B) is known color: Earls Green. HEX triplet: B8, A6 and 1B. RGB value is (184,166,27). Sum of RGB (Red+Green+Blue) = 184+166+27=377 (49% of max value = 765). Red value is 184 (72.27% from 255 or 48.81% from 377); Green value is 166 (65.23% from 255 or 44.03% from 377); Blue value is 27 (10.94% from 255 or 7.16% from 377); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A61B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8A61B is #4759E4. Grayscale: #9C9C9C. Windows color (decimal): -4676069 or 1812152. OLE color: 1812152.

HSL color Cylindrical-coordinate representation of color #B8A61B: hue angle of 53.12º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B8A61B is Cyan = 0, Magento = 0.10, Yellow = 0.85 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 166 27 -
CMYK 0 0.10 0.85 0.28
HSL 53.12º 0.74% 0.41% -
HSV(B) 53.12º 0.85% 0.72% -
XYZ 33.6 37.54 6.51 -
YUV 155.54 55.46 148.3 -
System Red Green Blue C M Y K H S L
Decimal 184 166 27 0 0.10 0.85 0.28 53.12 0.74 0.41
Hex B8 A6 1B 0 A 55 1C 35 4A 29
Octal 270 246 33 0 12 125 34 65 112 51
Binary 10111000 10100110 11011 0 1010 1010101 11100 110101 1001010 101001

Color Harmonies of #B8A61B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8A61B

Black with #B8A61B

Text Example


Text Example

White with #B8A61B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8A61B; }

 p { color: rgb(184,166,27); }

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

background-color css

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

 a { background-color: rgb(184,166,27); }

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

border-color css

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

 span { border-color: rgb(184,166,27); }

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