Html Css Color HEX #B1B765 Olive Green

📋 copy color: '#B1B765'

red 177 ◦ green 183 ◦ blue 101

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

Shades of Olive Green #B1B765

Tints of Olive Green #B1B765

RGB

 RED value IS 177 (69.53% from 255) = 38.39%

 GREEN value IS 183 (71.88% from 255) = 39.7%

 BLUE value IS 101 (39.84% from 255) = 21.91%

R = 38.39%
G = 39.7%
B = 21.91%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.45

 K value IS 0.28

RGB Variations

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

Color information

#B1B765 (or 0xB1B765) is known color: Olive Green. HEX triplet: B1, B7 and 65. RGB value is (177,183,101). Sum of RGB (Red+Green+Blue) = 177+183+101=461 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.39% from 461); Green value is 183 (71.88% from 255 or 39.70% from 461); Blue value is 101 (39.84% from 255 or 21.91% from 461); Max value from RGB is 183 - color contains mainly: green. Hex color #B1B765 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1B765 is #4E489A. Grayscale: #ACACAC. Windows color (decimal): -5130395 or 6666161. OLE color: 6666161.

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

Color convert

RGB 177 183 101 -
CMYK 0.03 0 0.45 0.28
HSL 64.39º 0.36% 0.56% -
HSV(B) 64.39º 0.45% 0.72% -
XYZ 37.41 44.15 18.86 -
YUV 171.86 88.01 131.67 -
System Red Green Blue C M Y K H S L
Decimal 177 183 101 0.03 0 0.45 0.28 64.39 0.36 0.56
Hex B1 B7 65 3 0 2D 1C 40 24 38
Octal 261 267 145 3 0 55 34 100 44 70
Binary 10110001 10110111 1100101 11 0 101101 11100 1000000 100100 111000

Color Harmonies of #B1B765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1B765

Black with #B1B765

Text Example


Text Example

White with #B1B765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1B765; }

 p { color: rgb(177,183,101); }

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

background-color css

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

 a { background-color: rgb(177,183,101); }

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

border-color css

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

 span { border-color: rgb(177,183,101); }

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