Html Css Color HEX #BCBA5C Olive Green

📋 copy color: '#BCBA5C'

red 188 ◦ green 186 ◦ blue 92

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

Shades of Olive Green #BCBA5C

Tints of Olive Green #BCBA5C

RGB

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

 GREEN value IS 186 (73.05% from 255) = 39.91%

 BLUE value IS 92 (36.33% from 255) = 19.74%

R = 40.34%
G = 39.91%
B = 19.74%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.51

 K value IS 0.26

RGB Variations

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

Color information

#BCBA5C (or 0xBCBA5C) is known color: Olive Green. HEX triplet: BC, BA and 5C. RGB value is (188,186,92). Sum of RGB (Red+Green+Blue) = 188+186+92=466 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.34% from 466); Green value is 186 (73.05% from 255 or 39.91% from 466); Blue value is 92 (36.33% from 255 or 19.74% from 466); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBA5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBA5C is #4345A3. Grayscale: #B0B0B0. Windows color (decimal): -4408740 or 6077116. OLE color: 6077116.

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

Color convert

RGB 188 186 92 -
CMYK 0 0.01 0.51 0.26
HSL 58.75º 0.42% 0.55% -
HSV(B) 58.75º 0.51% 0.74% -
XYZ 40.23 46.58 17 -
YUV 175.88 80.66 136.64 -
System Red Green Blue C M Y K H S L
Decimal 188 186 92 0 0.01 0.51 0.26 58.75 0.42 0.55
Hex BC BA 5C 0 1 33 1A 3B 2A 37
Octal 274 272 134 0 1 63 32 73 52 67
Binary 10111100 10111010 1011100 0 1 110011 11010 111011 101010 110111

Color Harmonies of #BCBA5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBA5C

Black with #BCBA5C

Text Example


Text Example

White with #BCBA5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBA5C; }

 p { color: rgb(188,186,92); }

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

background-color css

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

 a { background-color: rgb(188,186,92); }

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

border-color css

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

 span { border-color: rgb(188,186,92); }

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