Html Css Color HEX #B7B050 Olive Green

📋 copy color: '#B7B050'

red 183 ◦ green 176 ◦ blue 80

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

Shades of Olive Green #B7B050

Tints of Olive Green #B7B050

RGB

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

 GREEN value IS 176 (69.14% from 255) = 40.09%

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

R = 41.69%
G = 40.09%
B = 18.22%

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

#B7B050 (or 0xB7B050) is known color: Olive Green. HEX triplet: B7, B0 and 50. RGB value is (183,176,80). Sum of RGB (Red+Green+Blue) = 183+176+80=439 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.69% from 439); Green value is 176 (69.14% from 255 or 40.09% from 439); Blue value is 80 (31.64% from 255 or 18.22% from 439); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B050 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7B050 is #484FAF. Grayscale: #A7A7A7. Windows color (decimal): -4738992 or 5288119. OLE color: 5288119.

HSL color Cylindrical-coordinate representation of color #B7B050: hue angle of 55.92º 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 #B7B050 is Cyan = 0, Magento = 0.04, Yellow = 0.56 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 176 80 -
CMYK 0 0.04 0.56 0.28
HSL 55.92º 0.42% 0.52% -
HSV(B) 55.92º 0.56% 0.72% -
XYZ 36.5 41.7 13.71 -
YUV 167.15 78.82 139.31 -
System Red Green Blue C M Y K H S L
Decimal 183 176 80 0 0.04 0.56 0.28 55.92 0.42 0.52
Hex B7 B0 50 0 4 38 1C 38 2A 34
Octal 267 260 120 0 4 70 34 70 52 64
Binary 10110111 10110000 1010000 0 100 111000 11100 111000 101010 110100

Color Harmonies of #B7B050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7B050

Black with #B7B050

Text Example


Text Example

White with #B7B050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7B050; }

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

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

background-color css

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

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

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

border-color css

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

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

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