Html Css Color HEX #BCB555 Olive Green

📋 copy color: '#BCB555'

red 188 ◦ green 181 ◦ blue 85

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

Shades of Olive Green #BCB555

Tints of Olive Green #BCB555

RGB

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

 GREEN value IS 181 (71.09% from 255) = 39.87%

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

R = 41.41%
G = 39.87%
B = 18.72%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.55

 K value IS 0.26

RGB Variations

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

Color information

#BCB555 (or 0xBCB555) is known color: Olive Green. HEX triplet: BC, B5 and 55. RGB value is (188,181,85). Sum of RGB (Red+Green+Blue) = 188+181+85=454 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.41% from 454); Green value is 181 (71.09% from 255 or 39.87% from 454); Blue value is 85 (33.59% from 255 or 18.72% from 454); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB555 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB555 is #434AAA. Grayscale: #ACACAC. Windows color (decimal): -4410027 or 5617084. OLE color: 5617084.

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

Color convert

RGB 188 181 85 -
CMYK 0 0.04 0.55 0.26
HSL 55.92º 0.43% 0.54% -
HSV(B) 55.92º 0.55% 0.74% -
XYZ 38.9 44.39 15.11 -
YUV 172.15 78.82 139.31 -
System Red Green Blue C M Y K H S L
Decimal 188 181 85 0 0.04 0.55 0.26 55.92 0.43 0.54
Hex BC B5 55 0 4 37 1A 38 2B 36
Octal 274 265 125 0 4 67 32 70 53 66
Binary 10111100 10110101 1010101 0 100 110111 11010 111000 101011 110110

Color Harmonies of #BCB555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB555

Black with #BCB555

Text Example


Text Example

White with #BCB555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB555; }

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

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

background-color css

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

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

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

border-color css

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

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

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