Html Css Color HEX #B0A32C Earls Green

📋 copy color: '#B0A32C'

red 176 ◦ green 163 ◦ blue 44

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

Shades of Earls Green #B0A32C

Tints of Earls Green #B0A32C

RGB

 RED value IS 176 (69.14% from 255) = 45.95%

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

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

R = 45.95%
G = 42.56%
B = 11.49%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.75

 K value IS 0.31

RGB Variations

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

Color information

#B0A32C (or 0xB0A32C) is known color: Earls Green. HEX triplet: B0, A3 and 2C. RGB value is (176,163,44). Sum of RGB (Red+Green+Blue) = 176+163+44=383 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.95% from 383); Green value is 163 (64.06% from 255 or 42.56% from 383); Blue value is 44 (17.58% from 255 or 11.49% from 383); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A32C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0A32C is #4F5CD3. Grayscale: #999999. Windows color (decimal): -5201108 or 2925488. OLE color: 2925488.

HSL color Cylindrical-coordinate representation of color #B0A32C: hue angle of 54.09º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B0A32C is Cyan = 0, Magento = 0.07, Yellow = 0.75 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 163 44 -
CMYK 0 0.07 0.75 0.31
HSL 54.09º 0.6% 0.43% -
HSV(B) 54.09º 0.75% 0.69% -
XYZ 31.46 35.61 7.6 -
YUV 153.32 66.31 144.18 -
System Red Green Blue C M Y K H S L
Decimal 176 163 44 0 0.07 0.75 0.31 54.09 0.6 0.43
Hex B0 A3 2C 0 7 4B 1F 36 3C 2B
Octal 260 243 54 0 7 113 37 66 74 53
Binary 10110000 10100011 101100 0 111 1001011 11111 110110 111100 101011

Color Harmonies of #B0A32C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A32C

Black with #B0A32C

Text Example


Text Example

White with #B0A32C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A32C; }

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

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

background-color css

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

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

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

border-color css

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

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

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