Html Css Color HEX #B5B655 Olive Green

📋 copy color: '#B5B655'

red 181 ◦ green 182 ◦ blue 85

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

Shades of Olive Green #B5B655

Tints of Olive Green #B5B655

RGB

 RED value IS 181 (71.09% from 255) = 40.4%

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

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

R = 40.4%
G = 40.63%
B = 18.97%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.53

 K value IS 0.29

RGB Variations

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

Color information

#B5B655 (or 0xB5B655) is known color: Olive Green. HEX triplet: B5, B6 and 55. RGB value is (181,182,85). Sum of RGB (Red+Green+Blue) = 181+182+85=448 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.40% from 448); Green value is 182 (71.48% from 255 or 40.62% from 448); Blue value is 85 (33.59% from 255 or 18.97% from 448); Max value from RGB is 182 - color contains mainly: green. Hex color #B5B655 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5B655 is #4A49AA. Grayscale: #ABABAB. Windows color (decimal): -4868523 or 5617333. OLE color: 5617333.

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

Color convert

RGB 181 182 85 -
CMYK 0.01 0 0.53 0.29
HSL 60.62º 0.4% 0.52% -
HSV(B) 60.62º 0.53% 0.71% -
XYZ 37.42 43.94 15.1 -
YUV 170.64 79.67 135.39 -
System Red Green Blue C M Y K H S L
Decimal 181 182 85 0.01 0 0.53 0.29 60.62 0.4 0.52
Hex B5 B6 55 1 0 35 1D 3D 28 34
Octal 265 266 125 1 0 65 35 75 50 64
Binary 10110101 10110110 1010101 1 0 110101 11101 111101 101000 110100

Color Harmonies of #B5B655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5B655

Black with #B5B655

Text Example


Text Example

White with #B5B655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5B655; }

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

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

background-color css

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

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

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

border-color css

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

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

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