Html Css Color HEX #BCB256 Olive Green

📋 copy color: '#BCB256'

red 188 ◦ green 178 ◦ blue 86

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

Shades of Olive Green #BCB256

Tints of Olive Green #BCB256

RGB

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

 GREEN value IS 178 (69.92% from 255) = 39.38%

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

R = 41.59%
G = 39.38%
B = 19.03%

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

#BCB256 (or 0xBCB256) is known color: Olive Green. HEX triplet: BC, B2 and 56. RGB value is (188,178,86). Sum of RGB (Red+Green+Blue) = 188+178+86=452 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.59% from 452); Green value is 178 (69.92% from 255 or 39.38% from 452); Blue value is 86 (33.98% from 255 or 19.03% from 452); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB256 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCB256 is #434DA9. Grayscale: #AAAAAA. Windows color (decimal): -4410794 or 5681852. OLE color: 5681852.

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

Color convert

RGB 188 178 86 -
CMYK 0 0.05 0.54 0.26
HSL 54.12º 0.43% 0.54% -
HSV(B) 54.12º 0.54% 0.74% -
XYZ 38.34 43.2 15.12 -
YUV 170.5 80.31 140.48 -
System Red Green Blue C M Y K H S L
Decimal 188 178 86 0 0.05 0.54 0.26 54.12 0.43 0.54
Hex BC B2 56 0 5 36 1A 36 2B 36
Octal 274 262 126 0 5 66 32 66 53 66
Binary 10111100 10110010 1010110 0 101 110110 11010 110110 101011 110110

Color Harmonies of #BCB256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB256

Black with #BCB256

Text Example


Text Example

White with #BCB256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB256; }

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

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

background-color css

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

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

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

border-color css

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

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

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