Html Css Color HEX #B5BD65 Olive Green

📋 copy color: '#B5BD65'

red 181 ◦ green 189 ◦ blue 101

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

Shades of Olive Green #B5BD65

Tints of Olive Green #B5BD65

RGB

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

 GREEN value IS 189 (74.22% from 255) = 40.13%

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

R = 38.43%
G = 40.13%
B = 21.44%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.47

 K value IS 0.26

RGB Variations

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

Color information

#B5BD65 (or 0xB5BD65) is known color: Olive Green. HEX triplet: B5, BD and 65. RGB value is (181,189,101). Sum of RGB (Red+Green+Blue) = 181+189+101=471 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.43% from 471); Green value is 189 (74.22% from 255 or 40.13% from 471); Blue value is 101 (39.84% from 255 or 21.44% from 471); Max value from RGB is 189 - color contains mainly: green. Hex color #B5BD65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5BD65 is #4A429A. Grayscale: #B0B0B0. Windows color (decimal): -4866715 or 6667701. OLE color: 6667701.

HSL color Cylindrical-coordinate representation of color #B5BD65: hue angle of 65.45º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B5BD65 is Cyan = 0.04, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.26.

Color convert

RGB 181 189 101 -
CMYK 0.04 0 0.47 0.26
HSL 65.45º 0.4% 0.57% -
HSV(B) 65.45º 0.47% 0.74% -
XYZ 39.6 47.16 19.33 -
YUV 176.58 85.35 131.16 -
System Red Green Blue C M Y K H S L
Decimal 181 189 101 0.04 0 0.47 0.26 65.45 0.4 0.57
Hex B5 BD 65 4 0 2F 1A 41 28 39
Octal 265 275 145 4 0 57 32 101 50 71
Binary 10110101 10111101 1100101 100 0 101111 11010 1000001 101000 111001

Color Harmonies of #B5BD65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5BD65

Black with #B5BD65

Text Example


Text Example

White with #B5BD65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5BD65; }

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

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

background-color css

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

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

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

border-color css

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

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

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