Html Css Color HEX #B7A526 Earls Green

📋 copy color: '#B7A526'

red 183 ◦ green 165 ◦ blue 38

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

Shades of Earls Green #B7A526

Tints of Earls Green #B7A526

RGB

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

 GREEN value IS 165 (64.84% from 255) = 42.75%

 BLUE value IS 38 (15.23% from 255) = 9.84%

R = 47.41%
G = 42.75%
B = 9.84%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.79

 K value IS 0.28

RGB Variations

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

Color information

#B7A526 (or 0xB7A526) is known color: Earls Green. HEX triplet: B7, A5 and 26. RGB value is (183,165,38). Sum of RGB (Red+Green+Blue) = 183+165+38=386 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.41% from 386); Green value is 165 (64.84% from 255 or 42.75% from 386); Blue value is 38 (15.23% from 255 or 9.84% from 386); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A526 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A526 is #485AD9. Grayscale: #9C9C9C. Windows color (decimal): -4741850 or 2532791. OLE color: 2532791.

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

Color convert

RGB 183 165 38 -
CMYK 0 0.10 0.79 0.28
HSL 52.55º 0.66% 0.43% -
HSV(B) 52.55º 0.79% 0.72% -
XYZ 33.33 37.12 7.24 -
YUV 155.9 61.46 147.33 -
System Red Green Blue C M Y K H S L
Decimal 183 165 38 0 0.10 0.79 0.28 52.55 0.66 0.43
Hex B7 A5 26 0 A 4F 1C 35 42 2B
Octal 267 245 46 0 12 117 34 65 102 53
Binary 10110111 10100101 100110 0 1010 1001111 11100 110101 1000010 101011

Color Harmonies of #B7A526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A526

Black with #B7A526

Text Example


Text Example

White with #B7A526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A526; }

 p { color: rgb(183,165,38); }

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

background-color css

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

 a { background-color: rgb(183,165,38); }

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

border-color css

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

 span { border-color: rgb(183,165,38); }

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