Html Css Color HEX #B8B564 Olive Green

📋 copy color: '#B8B564'

red 184 ◦ green 181 ◦ blue 100

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

Shades of Olive Green #B8B564

Tints of Olive Green #B8B564

RGB

 RED value IS 184 (72.27% from 255) = 39.57%

 GREEN value IS 181 (71.09% from 255) = 38.92%

 BLUE value IS 100 (39.45% from 255) = 21.51%

R = 39.57%
G = 38.92%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.46

 K value IS 0.28

RGB Variations

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

Color information

#B8B564 (or 0xB8B564) is known color: Olive Green. HEX triplet: B8, B5 and 64. RGB value is (184,181,100). Sum of RGB (Red+Green+Blue) = 184+181+100=465 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.57% from 465); Green value is 181 (71.09% from 255 or 38.92% from 465); Blue value is 100 (39.45% from 255 or 21.51% from 465); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B564 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8B564 is #474A9B. Grayscale: #ACACAC. Windows color (decimal): -4672156 or 6600120. OLE color: 6600120.

HSL color Cylindrical-coordinate representation of color #B8B564: hue angle of 57.86º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B8B564 is Cyan = 0, Magento = 0.02, Yellow = 0.46 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 181 100 -
CMYK 0 0.02 0.46 0.28
HSL 57.86º 0.37% 0.56% -
HSV(B) 57.86º 0.46% 0.72% -
XYZ 38.59 44.16 18.55 -
YUV 172.66 86.99 136.09 -
System Red Green Blue C M Y K H S L
Decimal 184 181 100 0 0.02 0.46 0.28 57.86 0.37 0.56
Hex B8 B5 64 0 2 2E 1C 3A 25 38
Octal 270 265 144 0 2 56 34 72 45 70
Binary 10111000 10110101 1100100 0 10 101110 11100 111010 100101 111000

Color Harmonies of #B8B564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8B564

Black with #B8B564

Text Example


Text Example

White with #B8B564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8B564; }

 p { color: rgb(184,181,100); }

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

background-color css

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

 a { background-color: rgb(184,181,100); }

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

border-color css

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

 span { border-color: rgb(184,181,100); }

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