Html Css Color HEX #B7A530 Earls Green

📋 copy color: '#B7A530'

red 183 ◦ green 165 ◦ blue 48

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

Shades of Earls Green #B7A530

Tints of Earls Green #B7A530

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 12.12%

R = 46.21%
G = 41.67%
B = 12.12%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.74

 K value IS 0.28

RGB Variations

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

Color information

#B7A530 (or 0xB7A530) is known color: Earls Green. HEX triplet: B7, A5 and 30. RGB value is (183,165,48). Sum of RGB (Red+Green+Blue) = 183+165+48=396 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.21% from 396); Green value is 165 (64.84% from 255 or 41.67% from 396); Blue value is 48 (19.14% from 255 or 12.12% from 396); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A530 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A530 is #485ACF. Grayscale: #9D9D9D. Windows color (decimal): -4741840 or 3188151. OLE color: 3188151.

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

Color convert

RGB 183 165 48 -
CMYK 0 0.10 0.74 0.28
HSL 52º 0.58% 0.45% -
HSV(B) 52º 0.74% 0.72% -
XYZ 33.52 37.19 8.21 -
YUV 157.04 66.46 146.51 -
System Red Green Blue C M Y K H S L
Decimal 183 165 48 0 0.10 0.74 0.28 52 0.58 0.45
Hex B7 A5 30 0 A 4A 1C 34 3A 2D
Octal 267 245 60 0 12 112 34 64 72 55
Binary 10110111 10100101 110000 0 1010 1001010 11100 110100 111010 101101

Color Harmonies of #B7A530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A530

Black with #B7A530

Text Example


Text Example

White with #B7A530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A530; }

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

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

background-color css

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

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

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

border-color css

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

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

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