Html Css Color HEX #BCB856 Olive Green

📋 copy color: '#BCB856'

red 188 ◦ green 184 ◦ blue 86

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

Shades of Olive Green #BCB856

Tints of Olive Green #BCB856

RGB

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

 GREEN value IS 184 (72.27% from 255) = 40.17%

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

R = 41.05%
G = 40.17%
B = 18.78%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.54

 K value IS 0.26

RGB Variations

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

Color information

#BCB856 (or 0xBCB856) is known color: Olive Green. HEX triplet: BC, B8 and 56. RGB value is (188,184,86). Sum of RGB (Red+Green+Blue) = 188+184+86=458 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.05% from 458); Green value is 184 (72.27% from 255 or 40.17% from 458); Blue value is 86 (33.98% from 255 or 18.78% from 458); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB856 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB856 is #4347A9. Grayscale: #AEAEAE. Windows color (decimal): -4409258 or 5683388. OLE color: 5683388.

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

Color convert

RGB 188 184 86 -
CMYK 0 0.02 0.54 0.26
HSL 57.65º 0.43% 0.54% -
HSV(B) 57.65º 0.54% 0.74% -
XYZ 39.56 45.64 15.53 -
YUV 174.02 78.33 137.97 -
System Red Green Blue C M Y K H S L
Decimal 188 184 86 0 0.02 0.54 0.26 57.65 0.43 0.54
Hex BC B8 56 0 2 36 1A 3A 2B 36
Octal 274 270 126 0 2 66 32 72 53 66
Binary 10111100 10111000 1010110 0 10 110110 11010 111010 101011 110110

Color Harmonies of #BCB856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB856

Black with #BCB856

Text Example


Text Example

White with #BCB856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB856; }

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

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

background-color css

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

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

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

border-color css

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

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

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