Html Css Color HEX #B7B261 Olive Green

📋 copy color: '#B7B261'

red 183 ◦ green 178 ◦ blue 97

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

Shades of Olive Green #B7B261

Tints of Olive Green #B7B261

RGB

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

 GREEN value IS 178 (69.92% from 255) = 38.86%

 BLUE value IS 97 (38.28% from 255) = 21.18%

R = 39.96%
G = 38.86%
B = 21.18%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.47

 K value IS 0.28

RGB Variations

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

Color information

#B7B261 (or 0xB7B261) is known color: Olive Green. HEX triplet: B7, B2 and 61. RGB value is (183,178,97). Sum of RGB (Red+Green+Blue) = 183+178+97=458 (60% of max value = 765). Red value is 183 (71.88% from 255 or 39.96% from 458); Green value is 178 (69.92% from 255 or 38.86% from 458); Blue value is 97 (38.28% from 255 or 21.18% from 458); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B261 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7B261 is #484D9E. Grayscale: #AAAAAA. Windows color (decimal): -4738463 or 6402743. OLE color: 6402743.

HSL color Cylindrical-coordinate representation of color #B7B261: hue angle of 56.51º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B7B261 is Cyan = 0, Magento = 0.03, Yellow = 0.47 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 178 97 -
CMYK 0 0.03 0.47 0.28
HSL 56.51º 0.37% 0.55% -
HSV(B) 56.51º 0.47% 0.72% -
XYZ 37.61 42.77 17.58 -
YUV 170.26 86.66 137.09 -
System Red Green Blue C M Y K H S L
Decimal 183 178 97 0 0.03 0.47 0.28 56.51 0.37 0.55
Hex B7 B2 61 0 3 2F 1C 39 25 37
Octal 267 262 141 0 3 57 34 71 45 67
Binary 10110111 10110010 1100001 0 11 101111 11100 111001 100101 110111

Color Harmonies of #B7B261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7B261

Black with #B7B261

Text Example


Text Example

White with #B7B261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7B261; }

 p { color: rgb(183,178,97); }

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

background-color css

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

 a { background-color: rgb(183,178,97); }

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

border-color css

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

 span { border-color: rgb(183,178,97); }

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