Html Css Color HEX #B7AF5A Olive Green

📋 copy color: '#B7AF5A'

red 183 ◦ green 175 ◦ blue 90

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

Shades of Olive Green #B7AF5A

Tints of Olive Green #B7AF5A

RGB

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

 GREEN value IS 175 (68.75% from 255) = 39.06%

 BLUE value IS 90 (35.55% from 255) = 20.09%

R = 40.85%
G = 39.06%
B = 20.09%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.51

 K value IS 0.28

RGB Variations

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

Color information

#B7AF5A (or 0xB7AF5A) is known color: Olive Green. HEX triplet: B7, AF and 5A. RGB value is (183,175,90). Sum of RGB (Red+Green+Blue) = 183+175+90=448 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.85% from 448); Green value is 175 (68.75% from 255 or 39.06% from 448); Blue value is 90 (35.55% from 255 or 20.09% from 448); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AF5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7AF5A is #4850A5. Grayscale: #A8A8A8. Windows color (decimal): -4739238 or 5943223. OLE color: 5943223.

HSL color Cylindrical-coordinate representation of color #B7AF5A: hue angle of 54.84º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B7AF5A is Cyan = 0, Magento = 0.04, Yellow = 0.51 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 175 90 -
CMYK 0 0.04 0.51 0.28
HSL 54.84º 0.39% 0.54% -
HSV(B) 54.84º 0.51% 0.72% -
XYZ 36.7 41.47 15.74 -
YUV 167.7 84.15 138.91 -
System Red Green Blue C M Y K H S L
Decimal 183 175 90 0 0.04 0.51 0.28 54.84 0.39 0.54
Hex B7 AF 5A 0 4 33 1C 37 27 36
Octal 267 257 132 0 4 63 34 67 47 66
Binary 10110111 10101111 1011010 0 100 110011 11100 110111 100111 110110

Color Harmonies of #B7AF5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7AF5A

Black with #B7AF5A

Text Example


Text Example

White with #B7AF5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7AF5A; }

 p { color: rgb(183,175,90); }

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

background-color css

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

 a { background-color: rgb(183,175,90); }

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

border-color css

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

 span { border-color: rgb(183,175,90); }

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