Html Css Color HEX #B7B260 Olive Green

📋 copy color: '#B7B260'

red 183 ◦ green 178 ◦ blue 96

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

Shades of Olive Green #B7B260

Tints of Olive Green #B7B260

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 21.01%

R = 40.04%
G = 38.95%
B = 21.01%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.48

 K value IS 0.28

RGB Variations

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

Color information

#B7B260 (or 0xB7B260) is known color: Olive Green. HEX triplet: B7, B2 and 60. RGB value is (183,178,96). Sum of RGB (Red+Green+Blue) = 183+178+96=457 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.04% from 457); Green value is 178 (69.92% from 255 or 38.95% from 457); Blue value is 96 (37.89% from 255 or 21.01% from 457); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B260 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7B260 is #484D9F. Grayscale: #AAAAAA. Windows color (decimal): -4738464 or 6337207. OLE color: 6337207.

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

Color convert

RGB 183 178 96 -
CMYK 0 0.03 0.48 0.28
HSL 56.55º 0.38% 0.55% -
HSV(B) 56.55º 0.48% 0.72% -
XYZ 37.56 42.75 17.34 -
YUV 170.15 86.16 137.17 -
System Red Green Blue C M Y K H S L
Decimal 183 178 96 0 0.03 0.48 0.28 56.55 0.38 0.55
Hex B7 B2 60 0 3 30 1C 39 26 37
Octal 267 262 140 0 3 60 34 71 46 67
Binary 10110111 10110010 1100000 0 11 110000 11100 111001 100110 110111

Color Harmonies of #B7B260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7B260

Black with #B7B260

Text Example


Text Example

White with #B7B260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7B260; }

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

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

background-color css

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

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

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

border-color css

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

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

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