Html Css Color HEX #BCB860 Olive Green

📋 copy color: '#BCB860'

red 188 ◦ green 184 ◦ blue 96

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

Shades of Olive Green #BCB860

Tints of Olive Green #BCB860

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 20.51%

R = 40.17%
G = 39.32%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.49

 K value IS 0.26

RGB Variations

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

Color information

#BCB860 (or 0xBCB860) is known color: Olive Green. HEX triplet: BC, B8 and 60. RGB value is (188,184,96). Sum of RGB (Red+Green+Blue) = 188+184+96=468 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.17% from 468); Green value is 184 (72.27% from 255 or 39.32% from 468); Blue value is 96 (37.89% from 255 or 20.51% from 468); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB860 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB860 is #43479F. Grayscale: #AFAFAF. Windows color (decimal): -4409248 or 6338748. OLE color: 6338748.

HSL color Cylindrical-coordinate representation of color #BCB860: hue angle of 57.39º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BCB860 is Cyan = 0, Magento = 0.02, Yellow = 0.49 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 184 96 -
CMYK 0 0.02 0.49 0.26
HSL 57.39º 0.41% 0.56% -
HSV(B) 57.39º 0.49% 0.74% -
XYZ 39.99 45.82 17.8 -
YUV 175.16 83.33 137.16 -
System Red Green Blue C M Y K H S L
Decimal 188 184 96 0 0.02 0.49 0.26 57.39 0.41 0.56
Hex BC B8 60 0 2 31 1A 39 29 38
Octal 274 270 140 0 2 61 32 71 51 70
Binary 10111100 10111000 1100000 0 10 110001 11010 111001 101001 111000

Color Harmonies of #BCB860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB860

Black with #BCB860

Text Example


Text Example

White with #BCB860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB860; }

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

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

background-color css

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

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

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

border-color css

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

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

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