Html Css Color HEX #BCB355 Olive Green

📋 copy color: '#BCB355'

red 188 ◦ green 179 ◦ blue 85

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

Shades of Olive Green #BCB355

Tints of Olive Green #BCB355

RGB

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

 GREEN value IS 179 (70.31% from 255) = 39.6%

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

R = 41.59%
G = 39.6%
B = 18.81%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.55

 K value IS 0.26

RGB Variations

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

Color information

#BCB355 (or 0xBCB355) is known color: Olive Green. HEX triplet: BC, B3 and 55. RGB value is (188,179,85). Sum of RGB (Red+Green+Blue) = 188+179+85=452 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.59% from 452); Green value is 179 (70.31% from 255 or 39.60% from 452); Blue value is 85 (33.59% from 255 or 18.81% from 452); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB355 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB355 is #434CAA. Grayscale: #ABABAB. Windows color (decimal): -4410539 or 5616572. OLE color: 5616572.

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

Color convert

RGB 188 179 85 -
CMYK 0 0.05 0.55 0.26
HSL 54.76º 0.43% 0.54% -
HSV(B) 54.76º 0.55% 0.74% -
XYZ 38.5 43.59 14.98 -
YUV 170.98 79.48 140.14 -
System Red Green Blue C M Y K H S L
Decimal 188 179 85 0 0.05 0.55 0.26 54.76 0.43 0.54
Hex BC B3 55 0 5 37 1A 37 2B 36
Octal 274 263 125 0 5 67 32 67 53 66
Binary 10111100 10110011 1010101 0 101 110111 11010 110111 101011 110110

Color Harmonies of #BCB355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB355

Black with #BCB355

Text Example


Text Example

White with #BCB355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB355; }

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

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

background-color css

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

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

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

border-color css

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

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

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