Html Css Color HEX #B5B266 Olive Green

📋 copy color: '#B5B266'

red 181 ◦ green 178 ◦ blue 102

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

Shades of Olive Green #B5B266

Tints of Olive Green #B5B266

RGB

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

 GREEN value IS 178 (69.92% from 255) = 38.61%

 BLUE value IS 102 (40.23% from 255) = 22.13%

R = 39.26%
G = 38.61%
B = 22.13%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.44

 K value IS 0.29

RGB Variations

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

Color information

#B5B266 (or 0xB5B266) is known color: Olive Green. HEX triplet: B5, B2 and 66. RGB value is (181,178,102). Sum of RGB (Red+Green+Blue) = 181+178+102=461 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.26% from 461); Green value is 178 (69.92% from 255 or 38.61% from 461); Blue value is 102 (40.23% from 255 or 22.13% from 461); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B266 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5B266 is #4A4D99. Grayscale: #AAAAAA. Windows color (decimal): -4869530 or 6730421. OLE color: 6730421.

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

Color convert

RGB 181 178 102 -
CMYK 0 0.02 0.44 0.29
HSL 57.72º 0.35% 0.55% -
HSV(B) 57.72º 0.44% 0.71% -
XYZ 37.37 42.62 18.83 -
YUV 170.23 89.49 135.68 -
System Red Green Blue C M Y K H S L
Decimal 181 178 102 0 0.02 0.44 0.29 57.72 0.35 0.55
Hex B5 B2 66 0 2 2C 1D 3A 23 37
Octal 265 262 146 0 2 54 35 72 43 67
Binary 10110101 10110010 1100110 0 10 101100 11101 111010 100011 110111

Color Harmonies of #B5B266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5B266

Black with #B5B266

Text Example


Text Example

White with #B5B266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5B266; }

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

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

background-color css

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

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

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

border-color css

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

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

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