Html Css Color HEX #BCBC5F Olive Green

📋 copy color: '#BCBC5F'

red 188 ◦ green 188 ◦ blue 95

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

Shades of Olive Green #BCBC5F

Tints of Olive Green #BCBC5F

RGB

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

 GREEN value IS 188 (73.83% from 255) = 39.92%

 BLUE value IS 95 (37.5% from 255) = 20.17%

R = 39.92%
G = 39.92%
B = 20.17%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.49

 K value IS 0.26

RGB Variations

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

Color information

#BCBC5F (or 0xBCBC5F) is known color: Olive Green. HEX triplet: BC, BC and 5F. RGB value is (188,188,95). Sum of RGB (Red+Green+Blue) = 188+188+95=471 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.92% from 471); Green value is 188 (73.83% from 255 or 39.92% from 471); Blue value is 95 (37.5% from 255 or 20.17% from 471); Max value from RGB is 188 - color contains mainly: red, green. Hex color #BCBC5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBC5F is #4343A0. Grayscale: #B1B1B1. Windows color (decimal): -4408225 or 6274236. OLE color: 6274236.

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

Color convert

RGB 188 188 95 -
CMYK 0 0 0.49 0.26
HSL 60º 0.41% 0.55% -
HSV(B) 60º 0.49% 0.74% -
XYZ 40.79 47.48 17.84 -
YUV 177.4 81.5 135.56 -
System Red Green Blue C M Y K H S L
Decimal 188 188 95 0 0 0.49 0.26 60 0.41 0.55
Hex BC BC 5F 0 0 31 1A 3C 29 37
Octal 274 274 137 0 0 61 32 74 51 67
Binary 10111100 10111100 1011111 0 0 110001 11010 111100 101001 110111

Color Harmonies of #BCBC5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBC5F

Black with #BCBC5F

Text Example


Text Example

White with #BCBC5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBC5F; }

 p { color: rgb(188,188,95); }

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

background-color css

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

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

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

border-color css

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

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

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