Html Css Color HEX #B2B551 Olive Green

📋 copy color: '#B2B551'

red 178 ◦ green 181 ◦ blue 81

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

Shades of Olive Green #B2B551

Tints of Olive Green #B2B551

RGB

 RED value IS 178 (69.92% from 255) = 40.45%

 GREEN value IS 181 (71.09% from 255) = 41.14%

 BLUE value IS 81 (32.03% from 255) = 18.41%

R = 40.45%
G = 41.14%
B = 18.41%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.55

 K value IS 0.29

RGB Variations

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

Color information

#B2B551 (or 0xB2B551) is known color: Olive Green. HEX triplet: B2, B5 and 51. RGB value is (178,181,81). Sum of RGB (Red+Green+Blue) = 178+181+81=440 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.45% from 440); Green value is 181 (71.09% from 255 or 41.14% from 440); Blue value is 81 (32.03% from 255 or 18.41% from 440); Max value from RGB is 181 - color contains mainly: green. Hex color #B2B551 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2B551 is #4D4AAE. Grayscale: #A9A9A9. Windows color (decimal): -5065391 or 5354930. OLE color: 5354930.

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

Color convert

RGB 178 181 81 -
CMYK 0.02 0 0.55 0.29
HSL 61.8º 0.4% 0.51% -
HSV(B) 61.8º 0.55% 0.71% -
XYZ 36.37 43.11 14.19 -
YUV 168.7 78.51 134.63 -
System Red Green Blue C M Y K H S L
Decimal 178 181 81 0.02 0 0.55 0.29 61.8 0.4 0.51
Hex B2 B5 51 2 0 37 1D 3E 28 33
Octal 262 265 121 2 0 67 35 76 50 63
Binary 10110010 10110101 1010001 10 0 110111 11101 111110 101000 110011

Color Harmonies of #B2B551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B551

Black with #B2B551

Text Example


Text Example

White with #B2B551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B551; }

 p { color: rgb(178,181,81); }

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

background-color css

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

 a { background-color: rgb(178,181,81); }

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

border-color css

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

 span { border-color: rgb(178,181,81); }

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