Html Css Color HEX #BCB456 Olive Green

📋 copy color: '#BCB456'

red 188 ◦ green 180 ◦ blue 86

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

Shades of Olive Green #BCB456

Tints of Olive Green #BCB456

RGB

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

 GREEN value IS 180 (70.7% from 255) = 39.65%

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

R = 41.41%
G = 39.65%
B = 18.94%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.54

 K value IS 0.26

RGB Variations

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

Color information

#BCB456 (or 0xBCB456) is known color: Olive Green. HEX triplet: BC, B4 and 56. RGB value is (188,180,86). Sum of RGB (Red+Green+Blue) = 188+180+86=454 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.41% from 454); Green value is 180 (70.70% from 255 or 39.65% from 454); Blue value is 86 (33.98% from 255 or 18.94% from 454); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB456 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB456 is #434BA9. Grayscale: #ACACAC. Windows color (decimal): -4410282 or 5682364. OLE color: 5682364.

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

Color convert

RGB 188 180 86 -
CMYK 0 0.04 0.54 0.26
HSL 55.29º 0.43% 0.54% -
HSV(B) 55.29º 0.54% 0.74% -
XYZ 38.74 44.01 15.26 -
YUV 171.68 79.65 139.64 -
System Red Green Blue C M Y K H S L
Decimal 188 180 86 0 0.04 0.54 0.26 55.29 0.43 0.54
Hex BC B4 56 0 4 36 1A 37 2B 36
Octal 274 264 126 0 4 66 32 67 53 66
Binary 10111100 10110100 1010110 0 100 110110 11010 110111 101011 110110

Color Harmonies of #BCB456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB456

Black with #BCB456

Text Example


Text Example

White with #BCB456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB456; }

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

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

background-color css

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

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

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

border-color css

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

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

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