Html Css Color HEX #B1B455 Olive Green

📋 copy color: '#B1B455'

red 177 ◦ green 180 ◦ blue 85

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

Shades of Olive Green #B1B455

Tints of Olive Green #B1B455

RGB

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

 GREEN value IS 180 (70.7% from 255) = 40.72%

 BLUE value IS 85 (33.59% from 255) = 19.23%

R = 40.05%
G = 40.72%
B = 19.23%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.53

 K value IS 0.29

RGB Variations

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

Color information

#B1B455 (or 0xB1B455) is known color: Olive Green. HEX triplet: B1, B4 and 55. RGB value is (177,180,85). Sum of RGB (Red+Green+Blue) = 177+180+85=442 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.05% from 442); Green value is 180 (70.70% from 255 or 40.72% from 442); Blue value is 85 (33.59% from 255 or 19.23% from 442); Max value from RGB is 180 - color contains mainly: green. Hex color #B1B455 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1B455 is #4E4BAA. Grayscale: #A8A8A8. Windows color (decimal): -5131179 or 5616817. OLE color: 5616817.

HSL color Cylindrical-coordinate representation of color #B1B455: hue angle of 61.89º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B1B455 is Cyan = 0.02, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.29.

Color convert

RGB 177 180 85 -
CMYK 0.02 0 0.53 0.29
HSL 61.89º 0.39% 0.52% -
HSV(B) 61.89º 0.53% 0.71% -
XYZ 36.09 42.65 14.92 -
YUV 168.27 81.01 134.22 -
System Red Green Blue C M Y K H S L
Decimal 177 180 85 0.02 0 0.53 0.29 61.89 0.39 0.52
Hex B1 B4 55 2 0 35 1D 3E 27 34
Octal 261 264 125 2 0 65 35 76 47 64
Binary 10110001 10110100 1010101 10 0 110101 11101 111110 100111 110100

Color Harmonies of #B1B455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1B455

Black with #B1B455

Text Example


Text Example

White with #B1B455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1B455; }

 p { color: rgb(177,180,85); }

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

background-color css

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

 a { background-color: rgb(177,180,85); }

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

border-color css

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

 span { border-color: rgb(177,180,85); }

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