Html Css Color HEX #BCB756 Olive Green

📋 copy color: '#BCB756'

red 188 ◦ green 183 ◦ blue 86

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

Shades of Olive Green #BCB756

Tints of Olive Green #BCB756

RGB

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

 GREEN value IS 183 (71.88% from 255) = 40.04%

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

R = 41.14%
G = 40.04%
B = 18.82%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.54

 K value IS 0.26

RGB Variations

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

Color information

#BCB756 (or 0xBCB756) is known color: Olive Green. HEX triplet: BC, B7 and 56. RGB value is (188,183,86). Sum of RGB (Red+Green+Blue) = 188+183+86=457 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.14% from 457); Green value is 183 (71.88% from 255 or 40.04% from 457); Blue value is 86 (33.98% from 255 or 18.82% from 457); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB756 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB756 is #4348A9. Grayscale: #ADADAD. Windows color (decimal): -4409514 or 5683132. OLE color: 5683132.

HSL color Cylindrical-coordinate representation of color #BCB756: hue angle of 57.06º degrees, saturation: 0.43, 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 #BCB756 is Cyan = 0, Magento = 0.03, Yellow = 0.54 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 183 86 -
CMYK 0 0.03 0.54 0.26
HSL 57.06º 0.43% 0.54% -
HSV(B) 57.06º 0.54% 0.74% -
XYZ 39.35 45.23 15.46 -
YUV 173.44 78.66 138.39 -
System Red Green Blue C M Y K H S L
Decimal 188 183 86 0 0.03 0.54 0.26 57.06 0.43 0.54
Hex BC B7 56 0 3 36 1A 39 2B 36
Octal 274 267 126 0 3 66 32 71 53 66
Binary 10111100 10110111 1010110 0 11 110110 11010 111001 101011 110110

Color Harmonies of #BCB756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB756

Black with #BCB756

Text Example


Text Example

White with #BCB756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB756; }

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

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

background-color css

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

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

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

border-color css

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

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

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