Html Css Color HEX #B6A728 Earls Green

📋 copy color: '#B6A728'

red 182 ◦ green 167 ◦ blue 40

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

Shades of Earls Green #B6A728

Tints of Earls Green #B6A728

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 10.28%

R = 46.79%
G = 42.93%
B = 10.28%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#B6A728 (or 0xB6A728) is known color: Earls Green. HEX triplet: B6, A7 and 28. RGB value is (182,167,40). Sum of RGB (Red+Green+Blue) = 182+167+40=389 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.79% from 389); Green value is 167 (65.62% from 255 or 42.93% from 389); Blue value is 40 (16.02% from 255 or 10.28% from 389); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A728 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6A728 is #4958D7. Grayscale: #9D9D9D. Windows color (decimal): -4806872 or 2664374. OLE color: 2664374.

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

Color convert

RGB 182 167 40 -
CMYK 0 0.08 0.78 0.29
HSL 53.66º 0.64% 0.44% -
HSV(B) 53.66º 0.78% 0.71% -
XYZ 33.49 37.74 7.53 -
YUV 157.01 61.97 145.83 -
System Red Green Blue C M Y K H S L
Decimal 182 167 40 0 0.08 0.78 0.29 53.66 0.64 0.44
Hex B6 A7 28 0 8 4E 1D 36 40 2C
Octal 266 247 50 0 10 116 35 66 100 54
Binary 10110110 10100111 101000 0 1000 1001110 11101 110110 1000000 101100

Color Harmonies of #B6A728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A728

Black with #B6A728

Text Example


Text Example

White with #B6A728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A728; }

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

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

background-color css

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

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

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

border-color css

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

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

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