Html Css Color HEX #B6A71C Earls Green

📋 copy color: '#B6A71C'

red 182 ◦ green 167 ◦ blue 28

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

Shades of Earls Green #B6A71C

Tints of Earls Green #B6A71C

RGB

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

 GREEN value IS 167 (65.63% from 255) = 44.3%

 BLUE value IS 28 (11.33% from 255) = 7.43%

R = 48.28%
G = 44.3%
B = 7.43%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.85

 K value IS 0.29

RGB Variations

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

Color information

#B6A71C (or 0xB6A71C) is known color: Earls Green. HEX triplet: B6, A7 and 1C. RGB value is (182,167,28). Sum of RGB (Red+Green+Blue) = 182+167+28=377 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.28% from 377); Green value is 167 (65.62% from 255 or 44.30% from 377); Blue value is 28 (11.33% from 255 or 7.43% from 377); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A71C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6A71C is #4958E3. Grayscale: #9C9C9C. Windows color (decimal): -4806884 or 1877942. OLE color: 1877942.

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

Color convert

RGB 182 167 28 -
CMYK 0 0.08 0.85 0.29
HSL 54.16º 0.73% 0.41% -
HSV(B) 54.16º 0.85% 0.71% -
XYZ 33.32 37.67 6.61 -
YUV 155.64 55.97 146.8 -
System Red Green Blue C M Y K H S L
Decimal 182 167 28 0 0.08 0.85 0.29 54.16 0.73 0.41
Hex B6 A7 1C 0 8 55 1D 36 49 29
Octal 266 247 34 0 10 125 35 66 111 51
Binary 10110110 10100111 11100 0 1000 1010101 11101 110110 1001001 101001

Color Harmonies of #B6A71C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A71C

Black with #B6A71C

Text Example


Text Example

White with #B6A71C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A71C; }

 p { color: rgb(182,167,28); }

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

background-color css

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

 a { background-color: rgb(182,167,28); }

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

border-color css

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

 span { border-color: rgb(182,167,28); }

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