Html Css Color HEX #BCB655 Olive Green

📋 copy color: '#BCB655'

red 188 ◦ green 182 ◦ blue 85

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

Shades of Olive Green #BCB655

Tints of Olive Green #BCB655

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 18.68%

R = 41.32%
G = 40%
B = 18.68%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.55

 K value IS 0.26

RGB Variations

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

Color information

#BCB655 (or 0xBCB655) is known color: Olive Green. HEX triplet: BC, B6 and 55. RGB value is (188,182,85). Sum of RGB (Red+Green+Blue) = 188+182+85=455 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.32% from 455); Green value is 182 (71.48% from 255 or 40% from 455); Blue value is 85 (33.59% from 255 or 18.68% from 455); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB655 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB655 is #4349AA. Grayscale: #ADADAD. Windows color (decimal): -4409771 or 5617340. OLE color: 5617340.

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

Color convert

RGB 188 182 85 -
CMYK 0 0.03 0.55 0.26
HSL 56.5º 0.43% 0.54% -
HSV(B) 56.5º 0.55% 0.74% -
XYZ 39.11 44.8 15.18 -
YUV 172.74 78.49 138.89 -
System Red Green Blue C M Y K H S L
Decimal 188 182 85 0 0.03 0.55 0.26 56.5 0.43 0.54
Hex BC B6 55 0 3 37 1A 39 2B 36
Octal 274 266 125 0 3 67 32 71 53 66
Binary 10111100 10110110 1010101 0 11 110111 11010 111001 101011 110110

Color Harmonies of #BCB655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB655

Black with #BCB655

Text Example


Text Example

White with #BCB655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB655; }

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

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

background-color css

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

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

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

border-color css

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

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

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