Html Css Color HEX #B1B95E Olive Green

📋 copy color: '#B1B95E'

red 177 ◦ green 185 ◦ blue 94

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

Shades of Olive Green #B1B95E

Tints of Olive Green #B1B95E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 20.61%

R = 38.82%
G = 40.57%
B = 20.61%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#B1B95E (or 0xB1B95E) is known color: Olive Green. HEX triplet: B1, B9 and 5E. RGB value is (177,185,94). Sum of RGB (Red+Green+Blue) = 177+185+94=456 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.82% from 456); Green value is 185 (72.66% from 255 or 40.57% from 456); Blue value is 94 (37.11% from 255 or 20.61% from 456); Max value from RGB is 185 - color contains mainly: green. Hex color #B1B95E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1B95E is #4E46A1. Grayscale: #ACACAC. Windows color (decimal): -5129890 or 6207921. OLE color: 6207921.

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

Color convert

RGB 177 185 94 -
CMYK 0.04 0 0.49 0.27
HSL 65.27º 0.39% 0.55% -
HSV(B) 65.27º 0.49% 0.73% -
XYZ 37.5 44.85 17.27 -
YUV 172.23 83.85 131.4 -
System Red Green Blue C M Y K H S L
Decimal 177 185 94 0.04 0 0.49 0.27 65.27 0.39 0.55
Hex B1 B9 5E 4 0 31 1B 41 27 37
Octal 261 271 136 4 0 61 33 101 47 67
Binary 10110001 10111001 1011110 100 0 110001 11011 1000001 100111 110111

Color Harmonies of #B1B95E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1B95E

Black with #B1B95E

Text Example


Text Example

White with #B1B95E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1B95E; }

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

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

background-color css

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

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

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

border-color css

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

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

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