Html Css Color HEX #B8A32E Earls Green

📋 copy color: '#B8A32E'

red 184 ◦ green 163 ◦ blue 46

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

Shades of Earls Green #B8A32E

Tints of Earls Green #B8A32E

RGB

 RED value IS 184 (72.27% from 255) = 46.82%

 GREEN value IS 163 (64.06% from 255) = 41.48%

 BLUE value IS 46 (18.36% from 255) = 11.7%

R = 46.82%
G = 41.48%
B = 11.7%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.75

 K value IS 0.28

RGB Variations

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

Color information

#B8A32E (or 0xB8A32E) is known color: Earls Green. HEX triplet: B8, A3 and 2E. RGB value is (184,163,46). Sum of RGB (Red+Green+Blue) = 184+163+46=393 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.82% from 393); Green value is 163 (64.06% from 255 or 41.48% from 393); Blue value is 46 (18.36% from 255 or 11.70% from 393); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A32E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8A32E is #475CD1. Grayscale: #9C9C9C. Windows color (decimal): -4676818 or 3056568. OLE color: 3056568.

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

Color convert

RGB 184 163 46 -
CMYK 0 0.11 0.75 0.28
HSL 50.87º 0.6% 0.45% -
HSV(B) 50.87º 0.75% 0.72% -
XYZ 33.36 36.58 7.89 -
YUV 155.94 65.96 148.01 -
System Red Green Blue C M Y K H S L
Decimal 184 163 46 0 0.11 0.75 0.28 50.87 0.6 0.45
Hex B8 A3 2E 0 B 4B 1C 33 3C 2D
Octal 270 243 56 0 13 113 34 63 74 55
Binary 10111000 10100011 101110 0 1011 1001011 11100 110011 111100 101101

Color Harmonies of #B8A32E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8A32E

Black with #B8A32E

Text Example


Text Example

White with #B8A32E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8A32E; }

 p { color: rgb(184,163,46); }

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

background-color css

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

 a { background-color: rgb(184,163,46); }

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

border-color css

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

 span { border-color: rgb(184,163,46); }

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