Html Css Color HEX #B7A42B Earls Green

📋 copy color: '#B7A42B'

red 183 ◦ green 164 ◦ blue 43

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

Shades of Earls Green #B7A42B

Tints of Earls Green #B7A42B

RGB

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

 GREEN value IS 164 (64.45% from 255) = 42.05%

 BLUE value IS 43 (17.19% from 255) = 11.03%

R = 46.92%
G = 42.05%
B = 11.03%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.77

 K value IS 0.28

RGB Variations

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

Color information

#B7A42B (or 0xB7A42B) is known color: Earls Green. HEX triplet: B7, A4 and 2B. RGB value is (183,164,43). Sum of RGB (Red+Green+Blue) = 183+164+43=390 (51% of max value = 765). Red value is 183 (71.88% from 255 or 46.92% from 390); Green value is 164 (64.45% from 255 or 42.05% from 390); Blue value is 43 (17.19% from 255 or 11.03% from 390); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A42B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A42B is #485BD4. Grayscale: #9C9C9C. Windows color (decimal): -4742101 or 2860215. OLE color: 2860215.

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

Color convert

RGB 183 164 43 -
CMYK 0 0.10 0.77 0.28
HSL 51.86º 0.62% 0.44% -
HSV(B) 51.86º 0.77% 0.72% -
XYZ 33.24 36.79 7.64 -
YUV 155.89 64.29 147.34 -
System Red Green Blue C M Y K H S L
Decimal 183 164 43 0 0.10 0.77 0.28 51.86 0.62 0.44
Hex B7 A4 2B 0 A 4D 1C 34 3E 2C
Octal 267 244 53 0 12 115 34 64 76 54
Binary 10110111 10100100 101011 0 1010 1001101 11100 110100 111110 101100

Color Harmonies of #B7A42B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A42B

Black with #B7A42B

Text Example


Text Example

White with #B7A42B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A42B; }

 p { color: rgb(183,164,43); }

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

background-color css

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

 a { background-color: rgb(183,164,43); }

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

border-color css

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

 span { border-color: rgb(183,164,43); }

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