Html Css Color HEX #B7AF50 Olive Green

📋 copy color: '#B7AF50'

red 183 ◦ green 175 ◦ blue 80

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

Shades of Olive Green #B7AF50

Tints of Olive Green #B7AF50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 18.26%

R = 41.78%
G = 39.95%
B = 18.26%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.56

 K value IS 0.28

RGB Variations

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

Color information

#B7AF50 (or 0xB7AF50) is known color: Olive Green. HEX triplet: B7, AF and 50. RGB value is (183,175,80). Sum of RGB (Red+Green+Blue) = 183+175+80=438 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.78% from 438); Green value is 175 (68.75% from 255 or 39.95% from 438); Blue value is 80 (31.64% from 255 or 18.26% from 438); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AF50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7AF50 is #4850AF. Grayscale: #A6A6A6. Windows color (decimal): -4739248 or 5287863. OLE color: 5287863.

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

Color convert

RGB 183 175 80 -
CMYK 0 0.04 0.56 0.28
HSL 55.34º 0.42% 0.52% -
HSV(B) 55.34º 0.56% 0.72% -
XYZ 36.31 41.31 13.65 -
YUV 166.56 79.15 139.72 -
System Red Green Blue C M Y K H S L
Decimal 183 175 80 0 0.04 0.56 0.28 55.34 0.42 0.52
Hex B7 AF 50 0 4 38 1C 37 2A 34
Octal 267 257 120 0 4 70 34 67 52 64
Binary 10110111 10101111 1010000 0 100 111000 11100 110111 101010 110100

Color Harmonies of #B7AF50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7AF50

Black with #B7AF50

Text Example


Text Example

White with #B7AF50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7AF50; }

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

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

background-color css

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

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

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

border-color css

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

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

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