Html Css Color HEX #BCBD56 Olive Green

📋 copy color: '#BCBD56'

red 188 ◦ green 189 ◦ blue 86

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

Shades of Olive Green #BCBD56

Tints of Olive Green #BCBD56

RGB

 RED value IS 188 (73.83% from 255) = 40.6%

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

 BLUE value IS 86 (33.98% from 255) = 18.57%

R = 40.6%
G = 40.82%
B = 18.57%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.54

 K value IS 0.26

RGB Variations

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

Color information

#BCBD56 (or 0xBCBD56) is known color: Olive Green. HEX triplet: BC, BD and 56. RGB value is (188,189,86). Sum of RGB (Red+Green+Blue) = 188+189+86=463 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.60% from 463); Green value is 189 (74.22% from 255 or 40.82% from 463); Blue value is 86 (33.98% from 255 or 18.57% from 463); Max value from RGB is 189 - color contains mainly: green. Hex color #BCBD56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBD56 is #4342A9. Grayscale: #B1B1B1. Windows color (decimal): -4407978 or 5684668. OLE color: 5684668.

HSL color Cylindrical-coordinate representation of color #BCBD56: hue angle of 60.58º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BCBD56 is Cyan = 0.01, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 189 86 -
CMYK 0.01 0 0.54 0.26
HSL 60.58º 0.44% 0.54% -
HSV(B) 60.58º 0.54% 0.74% -
XYZ 40.62 47.76 15.88 -
YUV 176.96 76.67 135.88 -
System Red Green Blue C M Y K H S L
Decimal 188 189 86 0.01 0 0.54 0.26 60.58 0.44 0.54
Hex BC BD 56 1 0 36 1A 3D 2C 36
Octal 274 275 126 1 0 66 32 75 54 66
Binary 10111100 10111101 1010110 1 0 110110 11010 111101 101100 110110

Color Harmonies of #BCBD56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBD56

Black with #BCBD56

Text Example


Text Example

White with #BCBD56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBD56; }

 p { color: rgb(188,189,86); }

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

background-color css

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

 a { background-color: rgb(188,189,86); }

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

border-color css

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

 span { border-color: rgb(188,189,86); }

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