Html Css Color HEX #B1B969 Olive Green

📋 copy color: '#B1B969'

red 177 ◦ green 185 ◦ blue 105

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

Shades of Olive Green #B1B969

Tints of Olive Green #B1B969

RGB

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

 GREEN value IS 185 (72.66% from 255) = 39.61%

 BLUE value IS 105 (41.41% from 255) = 22.48%

R = 37.9%
G = 39.61%
B = 22.48%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.43

 K value IS 0.27

RGB Variations

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

Color information

#B1B969 (or 0xB1B969) is known color: Olive Green. HEX triplet: B1, B9 and 69. RGB value is (177,185,105). Sum of RGB (Red+Green+Blue) = 177+185+105=467 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.90% from 467); Green value is 185 (72.66% from 255 or 39.61% from 467); Blue value is 105 (41.41% from 255 or 22.48% from 467); Max value from RGB is 185 - color contains mainly: green. Hex color #B1B969 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1B969 is #4E4696. Grayscale: #ADADAD. Windows color (decimal): -5129879 or 6928817. OLE color: 6928817.

HSL color Cylindrical-coordinate representation of color #B1B969: hue angle of 66º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B1B969 is Cyan = 0.04, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.27.

Color convert

RGB 177 185 105 -
CMYK 0.04 0 0.43 0.27
HSL 66º 0.36% 0.57% -
HSV(B) 66º 0.43% 0.73% -
XYZ 38.03 45.06 20.06 -
YUV 173.49 89.35 130.5 -
System Red Green Blue C M Y K H S L
Decimal 177 185 105 0.04 0 0.43 0.27 66 0.36 0.57
Hex B1 B9 69 4 0 2B 1B 42 24 39
Octal 261 271 151 4 0 53 33 102 44 71
Binary 10110001 10111001 1101001 100 0 101011 11011 1000010 100100 111001

Color Harmonies of #B1B969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1B969

Black with #B1B969

Text Example


Text Example

White with #B1B969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1B969; }

 p { color: rgb(177,185,105); }

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

background-color css

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

 a { background-color: rgb(177,185,105); }

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

border-color css

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

 span { border-color: rgb(177,185,105); }

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