Html Css Color HEX #B2B855 Olive Green

📋 copy color: '#B2B855'

red 178 ◦ green 184 ◦ blue 85

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

Shades of Olive Green #B2B855

Tints of Olive Green #B2B855

RGB

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

 GREEN value IS 184 (72.27% from 255) = 41.16%

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

R = 39.82%
G = 41.16%
B = 19.02%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.54

 K value IS 0.28

RGB Variations

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

Color information

#B2B855 (or 0xB2B855) is known color: Olive Green. HEX triplet: B2, B8 and 55. RGB value is (178,184,85). Sum of RGB (Red+Green+Blue) = 178+184+85=447 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.82% from 447); Green value is 184 (72.27% from 255 or 41.16% from 447); Blue value is 85 (33.59% from 255 or 19.02% from 447); Max value from RGB is 184 - color contains mainly: green. Hex color #B2B855 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2B855 is #4D47AA. Grayscale: #ABABAB. Windows color (decimal): -5064619 or 5617842. OLE color: 5617842.

HSL color Cylindrical-coordinate representation of color #B2B855: hue angle of 63.64º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B2B855 is Cyan = 0.03, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.28.

Color convert

RGB 178 184 85 -
CMYK 0.03 0 0.54 0.28
HSL 63.64º 0.41% 0.53% -
HSV(B) 63.64º 0.54% 0.72% -
XYZ 37.14 44.4 15.21 -
YUV 170.92 79.51 133.05 -
System Red Green Blue C M Y K H S L
Decimal 178 184 85 0.03 0 0.54 0.28 63.64 0.41 0.53
Hex B2 B8 55 3 0 36 1C 40 29 35
Octal 262 270 125 3 0 66 34 100 51 65
Binary 10110010 10111000 1010101 11 0 110110 11100 1000000 101001 110101

Color Harmonies of #B2B855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B855

Black with #B2B855

Text Example


Text Example

White with #B2B855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B855; }

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

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

background-color css

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

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

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

border-color css

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

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

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