Html Css Color HEX #BCB659 Olive Green

📋 copy color: '#BCB659'

red 188 ◦ green 182 ◦ blue 89

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

Shades of Olive Green #BCB659

Tints of Olive Green #BCB659

RGB

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

 GREEN value IS 182 (71.48% from 255) = 39.65%

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

R = 40.96%
G = 39.65%
B = 19.39%

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

#BCB659 (or 0xBCB659) is known color: Olive Green. HEX triplet: BC, B6 and 59. RGB value is (188,182,89). Sum of RGB (Red+Green+Blue) = 188+182+89=459 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.96% from 459); Green value is 182 (71.48% from 255 or 39.65% from 459); Blue value is 89 (35.16% from 255 or 19.39% from 459); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB659 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB659 is #4349A6. Grayscale: #ADADAD. Windows color (decimal): -4409767 or 5879484. OLE color: 5879484.

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

Color convert

RGB 188 182 89 -
CMYK 0 0.03 0.53 0.26
HSL 56.36º 0.42% 0.54% -
HSV(B) 56.36º 0.53% 0.74% -
XYZ 39.27 44.87 16.04 -
YUV 173.19 80.49 138.56 -
System Red Green Blue C M Y K H S L
Decimal 188 182 89 0 0.03 0.53 0.26 56.36 0.42 0.54
Hex BC B6 59 0 3 35 1A 38 2A 36
Octal 274 266 131 0 3 65 32 70 52 66
Binary 10111100 10110110 1011001 0 11 110101 11010 111000 101010 110110

Color Harmonies of #BCB659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB659

Black with #BCB659

Text Example


Text Example

White with #BCB659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB659; }

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

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

background-color css

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

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

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

border-color css

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

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

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