Html Css Color HEX #B5B965 Olive Green

📋 copy color: '#B5B965'

red 181 ◦ green 185 ◦ blue 101

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

Shades of Olive Green #B5B965

Tints of Olive Green #B5B965

RGB

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

 GREEN value IS 185 (72.66% from 255) = 39.61%

 BLUE value IS 101 (39.84% from 255) = 21.63%

R = 38.76%
G = 39.61%
B = 21.63%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.45

 K value IS 0.27

RGB Variations

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

Color information

#B5B965 (or 0xB5B965) is known color: Olive Green. HEX triplet: B5, B9 and 65. RGB value is (181,185,101). Sum of RGB (Red+Green+Blue) = 181+185+101=467 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.76% from 467); Green value is 185 (72.66% from 255 or 39.61% from 467); Blue value is 101 (39.84% from 255 or 21.63% from 467); Max value from RGB is 185 - color contains mainly: green. Hex color #B5B965 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5B965 is #4A469A. Grayscale: #AEAEAE. Windows color (decimal): -4867739 or 6666677. OLE color: 6666677.

HSL color Cylindrical-coordinate representation of color #B5B965: hue angle of 62.86º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B5B965 is Cyan = 0.02, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.27.

Color convert

RGB 181 185 101 -
CMYK 0.02 0 0.45 0.27
HSL 62.86º 0.38% 0.56% -
HSV(B) 62.86º 0.45% 0.73% -
XYZ 38.75 45.46 19.04 -
YUV 174.23 86.67 132.83 -
System Red Green Blue C M Y K H S L
Decimal 181 185 101 0.02 0 0.45 0.27 62.86 0.38 0.56
Hex B5 B9 65 2 0 2D 1B 3F 26 38
Octal 265 271 145 2 0 55 33 77 46 70
Binary 10110101 10111001 1100101 10 0 101101 11011 111111 100110 111000

Color Harmonies of #B5B965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5B965

Black with #B5B965

Text Example


Text Example

White with #B5B965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5B965; }

 p { color: rgb(181,185,101); }

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

background-color css

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

 a { background-color: rgb(181,185,101); }

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

border-color css

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

 span { border-color: rgb(181,185,101); }

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