Html Css Color HEX #B8A32C Earls Green

📋 copy color: '#B8A32C'

red 184 ◦ green 163 ◦ blue 44

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

Shades of Earls Green #B8A32C

Tints of Earls Green #B8A32C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 11.25%

R = 47.06%
G = 41.69%
B = 11.25%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.76

 K value IS 0.28

RGB Variations

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

Color information

#B8A32C (or 0xB8A32C) is known color: Earls Green. HEX triplet: B8, A3 and 2C. RGB value is (184,163,44). Sum of RGB (Red+Green+Blue) = 184+163+44=391 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.06% from 391); Green value is 163 (64.06% from 255 or 41.69% from 391); Blue value is 44 (17.58% from 255 or 11.25% from 391); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A32C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8A32C is #475CD3. Grayscale: #9C9C9C. Windows color (decimal): -4676820 or 2925496. OLE color: 2925496.

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

Color convert

RGB 184 163 44 -
CMYK 0 0.11 0.76 0.28
HSL 51º 0.61% 0.45% -
HSV(B) 51º 0.76% 0.72% -
XYZ 33.32 36.57 7.68 -
YUV 155.71 64.96 148.18 -
System Red Green Blue C M Y K H S L
Decimal 184 163 44 0 0.11 0.76 0.28 51 0.61 0.45
Hex B8 A3 2C 0 B 4C 1C 33 3D 2D
Octal 270 243 54 0 13 114 34 63 75 55
Binary 10111000 10100011 101100 0 1011 1001100 11100 110011 111101 101101

Color Harmonies of #B8A32C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8A32C

Black with #B8A32C

Text Example


Text Example

White with #B8A32C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8A32C; }

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

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

background-color css

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

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

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

border-color css

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

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

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