Html Css Color HEX #BCB759 Olive Green

📋 copy color: '#BCB759'

red 188 ◦ green 183 ◦ blue 89

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

Shades of Olive Green #BCB759

Tints of Olive Green #BCB759

RGB

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

 GREEN value IS 183 (71.88% from 255) = 39.78%

 BLUE value IS 89 (35.16% from 255) = 19.35%

R = 40.87%
G = 39.78%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.53

 K value IS 0.26

RGB Variations

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

Color information

#BCB759 (or 0xBCB759) is known color: Olive Green. HEX triplet: BC, B7 and 59. RGB value is (188,183,89). Sum of RGB (Red+Green+Blue) = 188+183+89=460 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.87% from 460); Green value is 183 (71.88% from 255 or 39.78% from 460); Blue value is 89 (35.16% from 255 or 19.35% from 460); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB759 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB759 is #4348A6. Grayscale: #AEAEAE. Windows color (decimal): -4409511 or 5879740. OLE color: 5879740.

HSL color Cylindrical-coordinate representation of color #BCB759: hue angle of 56.97º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BCB759 is Cyan = 0, Magento = 0.03, Yellow = 0.53 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 183 89 -
CMYK 0 0.03 0.53 0.26
HSL 56.97º 0.42% 0.54% -
HSV(B) 56.97º 0.53% 0.74% -
XYZ 39.48 45.28 16.11 -
YUV 173.78 80.16 138.14 -
System Red Green Blue C M Y K H S L
Decimal 188 183 89 0 0.03 0.53 0.26 56.97 0.42 0.54
Hex BC B7 59 0 3 35 1A 39 2A 36
Octal 274 267 131 0 3 65 32 71 52 66
Binary 10111100 10110111 1011001 0 11 110101 11010 111001 101010 110110

Color Harmonies of #BCB759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB759

Black with #BCB759

Text Example


Text Example

White with #BCB759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB759; }

 p { color: rgb(188,183,89); }

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

background-color css

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

 a { background-color: rgb(188,183,89); }

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

border-color css

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

 span { border-color: rgb(188,183,89); }

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