Html Css Color HEX #B2B655 Olive Green

📋 copy color: '#B2B655'

red 178 ◦ green 182 ◦ blue 85

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

Shades of Olive Green #B2B655

Tints of Olive Green #B2B655

RGB

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

 GREEN value IS 182 (71.48% from 255) = 40.9%

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

R = 40%
G = 40.9%
B = 19.1%

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

#B2B655 (or 0xB2B655) is known color: Olive Green. HEX triplet: B2, B6 and 55. RGB value is (178,182,85). Sum of RGB (Red+Green+Blue) = 178+182+85=445 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40% from 445); Green value is 182 (71.48% from 255 or 40.90% from 445); Blue value is 85 (33.59% from 255 or 19.10% from 445); Max value from RGB is 182 - color contains mainly: green. Hex color #B2B655 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2B655 is #4D49AA. Grayscale: #AAAAAA. Windows color (decimal): -5065131 or 5617330. OLE color: 5617330.

HSL color Cylindrical-coordinate representation of color #B2B655: hue angle of 62.47º degrees, saturation: 0.4, 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 #B2B655 is Cyan = 0.02, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.29.

Color convert

RGB 178 182 85 -
CMYK 0.02 0 0.53 0.29
HSL 62.47º 0.4% 0.52% -
HSV(B) 62.47º 0.53% 0.71% -
XYZ 36.73 43.58 15.07 -
YUV 169.75 80.17 133.89 -
System Red Green Blue C M Y K H S L
Decimal 178 182 85 0.02 0 0.53 0.29 62.47 0.4 0.52
Hex B2 B6 55 2 0 35 1D 3E 28 34
Octal 262 266 125 2 0 65 35 76 50 64
Binary 10110010 10110110 1010101 10 0 110101 11101 111110 101000 110100

Color Harmonies of #B2B655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B655

Black with #B2B655

Text Example


Text Example

White with #B2B655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B655; }

 p { color: rgb(178,182,85); }

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

background-color css

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

 a { background-color: rgb(178,182,85); }

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

border-color css

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

 span { border-color: rgb(178,182,85); }

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