Html Css Color HEX #B0A753 Olive Green

📋 copy color: '#B0A753'

red 176 ◦ green 167 ◦ blue 83

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

Shades of Olive Green #B0A753

Tints of Olive Green #B0A753

RGB

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

 GREEN value IS 167 (65.63% from 255) = 39.2%

 BLUE value IS 83 (32.81% from 255) = 19.48%

R = 41.31%
G = 39.2%
B = 19.48%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#B0A753 (or 0xB0A753) is known color: Olive Green. HEX triplet: B0, A7 and 53. RGB value is (176,167,83). Sum of RGB (Red+Green+Blue) = 176+167+83=426 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.31% from 426); Green value is 167 (65.62% from 255 or 39.20% from 426); Blue value is 83 (32.81% from 255 or 19.48% from 426); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A753 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0A753 is #4F58AC. Grayscale: #A0A0A0. Windows color (decimal): -5200045 or 5482416. OLE color: 5482416.

HSL color Cylindrical-coordinate representation of color #B0A753: hue angle of 54.19º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B0A753 is Cyan = 0, Magento = 0.05, Yellow = 0.53 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 167 83 -
CMYK 0 0.05 0.53 0.31
HSL 54.19º 0.37% 0.51% -
HSV(B) 54.19º 0.53% 0.69% -
XYZ 33.28 37.49 13.67 -
YUV 160.12 84.48 139.33 -
System Red Green Blue C M Y K H S L
Decimal 176 167 83 0 0.05 0.53 0.31 54.19 0.37 0.51
Hex B0 A7 53 0 5 35 1F 36 25 33
Octal 260 247 123 0 5 65 37 66 45 63
Binary 10110000 10100111 1010011 0 101 110101 11111 110110 100101 110011

Color Harmonies of #B0A753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A753

Black with #B0A753

Text Example


Text Example

White with #B0A753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A753; }

 p { color: rgb(176,167,83); }

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

background-color css

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

 a { background-color: rgb(176,167,83); }

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

border-color css

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

 span { border-color: rgb(176,167,83); }

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