Html Css Color HEX #BCB356 Olive Green

📋 copy color: '#BCB356'

red 188 ◦ green 179 ◦ blue 86

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

Shades of Olive Green #BCB356

Tints of Olive Green #BCB356

RGB

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

 GREEN value IS 179 (70.31% from 255) = 39.51%

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

R = 41.5%
G = 39.51%
B = 18.98%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.54

 K value IS 0.26

RGB Variations

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

Color information

#BCB356 (or 0xBCB356) is known color: Olive Green. HEX triplet: BC, B3 and 56. RGB value is (188,179,86). Sum of RGB (Red+Green+Blue) = 188+179+86=453 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.50% from 453); Green value is 179 (70.31% from 255 or 39.51% from 453); Blue value is 86 (33.98% from 255 or 18.98% from 453); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB356 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB356 is #434CA9. Grayscale: #ABABAB. Windows color (decimal): -4410538 or 5682108. OLE color: 5682108.

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

Color convert

RGB 188 179 86 -
CMYK 0 0.05 0.54 0.26
HSL 54.71º 0.43% 0.54% -
HSV(B) 54.71º 0.54% 0.74% -
XYZ 38.54 43.6 15.19 -
YUV 171.09 79.98 140.06 -
System Red Green Blue C M Y K H S L
Decimal 188 179 86 0 0.05 0.54 0.26 54.71 0.43 0.54
Hex BC B3 56 0 5 36 1A 37 2B 36
Octal 274 263 126 0 5 66 32 67 53 66
Binary 10111100 10110011 1010110 0 101 110110 11010 110111 101011 110110

Color Harmonies of #BCB356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB356

Black with #BCB356

Text Example


Text Example

White with #BCB356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB356; }

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

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

background-color css

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

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

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

border-color css

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

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

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