Html Css Color HEX #BCBA5E Olive Green

📋 copy color: '#BCBA5E'

red 188 ◦ green 186 ◦ blue 94

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

Shades of Olive Green #BCBA5E

Tints of Olive Green #BCBA5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 20.09%

R = 40.17%
G = 39.74%
B = 20.09%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.50

 K value IS 0.26

RGB Variations

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

Color information

#BCBA5E (or 0xBCBA5E) is known color: Olive Green. HEX triplet: BC, BA and 5E. RGB value is (188,186,94). Sum of RGB (Red+Green+Blue) = 188+186+94=468 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.17% from 468); Green value is 186 (73.05% from 255 or 39.74% from 468); Blue value is 94 (37.11% from 255 or 20.09% from 468); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBA5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBA5E is #4345A1. Grayscale: #B0B0B0. Windows color (decimal): -4408738 or 6208188. OLE color: 6208188.

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

Color convert

RGB 188 186 94 -
CMYK 0 0.01 0.50 0.26
HSL 58.72º 0.41% 0.55% -
HSV(B) 58.72º 0.5% 0.74% -
XYZ 40.32 46.62 17.46 -
YUV 176.11 81.66 136.48 -
System Red Green Blue C M Y K H S L
Decimal 188 186 94 0 0.01 0.50 0.26 58.72 0.41 0.55
Hex BC BA 5E 0 1 32 1A 3B 29 37
Octal 274 272 136 0 1 62 32 73 51 67
Binary 10111100 10111010 1011110 0 1 110010 11010 111011 101001 110111

Color Harmonies of #BCBA5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBA5E

Black with #BCBA5E

Text Example


Text Example

White with #BCBA5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBA5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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