Html Css Color HEX #B7AC1D Earls Green

📋 copy color: '#B7AC1D'

red 183 ◦ green 172 ◦ blue 29

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

Shades of Earls Green #B7AC1D

Tints of Earls Green #B7AC1D

RGB

 RED value IS 183 (71.88% from 255) = 47.66%

 GREEN value IS 172 (67.58% from 255) = 44.79%

 BLUE value IS 29 (11.72% from 255) = 7.55%

R = 47.66%
G = 44.79%
B = 7.55%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.84

 K value IS 0.28

RGB Variations

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

Color information

#B7AC1D (or 0xB7AC1D) is known color: Earls Green. HEX triplet: B7, AC and 1D. RGB value is (183,172,29). Sum of RGB (Red+Green+Blue) = 183+172+29=384 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.66% from 384); Green value is 172 (67.58% from 255 or 44.79% from 384); Blue value is 29 (11.72% from 255 or 7.55% from 384); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AC1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7AC1D is #4853E2. Grayscale: #9F9F9F. Windows color (decimal): -4740067 or 1944759. OLE color: 1944759.

HSL color Cylindrical-coordinate representation of color #B7AC1D: hue angle of 55.71º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B7AC1D is Cyan = 0, Magento = 0.06, Yellow = 0.84 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 172 29 -
CMYK 0 0.06 0.84 0.28
HSL 55.71º 0.73% 0.42% -
HSV(B) 55.71º 0.84% 0.72% -
XYZ 34.5 39.66 7 -
YUV 158.99 54.64 145.13 -
System Red Green Blue C M Y K H S L
Decimal 183 172 29 0 0.06 0.84 0.28 55.71 0.73 0.42
Hex B7 AC 1D 0 6 54 1C 38 49 2A
Octal 267 254 35 0 6 124 34 70 111 52
Binary 10110111 10101100 11101 0 110 1010100 11100 111000 1001001 101010

Color Harmonies of #B7AC1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7AC1D

Black with #B7AC1D

Text Example


Text Example

White with #B7AC1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7AC1D; }

 p { color: rgb(183,172,29); }

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

background-color css

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

 a { background-color: rgb(183,172,29); }

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

border-color css

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

 span { border-color: rgb(183,172,29); }

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