Html Css Color HEX #B7A430 Earls Green

📋 copy color: '#B7A430'

red 183 ◦ green 164 ◦ blue 48

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

Shades of Earls Green #B7A430

Tints of Earls Green #B7A430

RGB

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

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

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

R = 46.33%
G = 41.52%
B = 12.15%

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

#B7A430 (or 0xB7A430) is known color: Earls Green. HEX triplet: B7, A4 and 30. RGB value is (183,164,48). Sum of RGB (Red+Green+Blue) = 183+164+48=395 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.33% from 395); Green value is 164 (64.45% from 255 or 41.52% from 395); Blue value is 48 (19.14% from 255 or 12.15% from 395); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A430 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A430 is #485BCF. Grayscale: #9C9C9C. Windows color (decimal): -4742096 or 3187895. OLE color: 3187895.

HSL color Cylindrical-coordinate representation of color #B7A430: hue angle of 51.56º 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 #B7A430 is Cyan = 0, Magento = 0.10, Yellow = 0.74 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 164 48 -
CMYK 0 0.10 0.74 0.28
HSL 51.56º 0.58% 0.45% -
HSV(B) 51.56º 0.74% 0.72% -
XYZ 33.34 36.83 8.15 -
YUV 156.46 66.79 146.93 -
System Red Green Blue C M Y K H S L
Decimal 183 164 48 0 0.10 0.74 0.28 51.56 0.58 0.45
Hex B7 A4 30 0 A 4A 1C 34 3A 2D
Octal 267 244 60 0 12 112 34 64 72 55
Binary 10110111 10100100 110000 0 1010 1001010 11100 110100 111010 101101

Color Harmonies of #B7A430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A430

Black with #B7A430

Text Example


Text Example

White with #B7A430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A430; }

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

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

background-color css

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

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

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

border-color css

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

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

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