Html Css Color HEX #BCBC9B Green Mist

📋 copy color: '#BCBC9B'

red 188 ◦ green 188 ◦ blue 155

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

Shades of Green Mist #BCBC9B

Tints of Green Mist #BCBC9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 29.19%

R = 35.4%
G = 35.4%
B = 29.19%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.18

 K value IS 0.26

RGB Variations

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

Color information

#BCBC9B (or 0xBCBC9B) is known color: Green Mist. HEX triplet: BC, BC and 9B. RGB value is (188,188,155). Sum of RGB (Red+Green+Blue) = 188+188+155=531 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.40% from 531); Green value is 188 (73.83% from 255 or 35.40% from 531); Blue value is 155 (60.94% from 255 or 29.19% from 531); Max value from RGB is 188 - color contains mainly: red, green. Hex color #BCBC9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBC9B is #434364. Grayscale: #B8B8B8. Windows color (decimal): -4408165 or 10206396. OLE color: 10206396.

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

Color convert

RGB 188 188 155 -
CMYK 0 0 0.18 0.26
HSL 60º 0.2% 0.67% -
HSV(B) 60º 0.18% 0.74% -
XYZ 44.64 49.02 38.12 -
YUV 184.24 111.5 130.68 -
System Red Green Blue C M Y K H S L
Decimal 188 188 155 0 0 0.18 0.26 60 0.2 0.67
Hex BC BC 9B 0 0 12 1A 3C 14 43
Octal 274 274 233 0 0 22 32 74 24 103
Binary 10111100 10111100 10011011 0 0 10010 11010 111100 10100 1000011

Color Harmonies of #BCBC9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBC9B

Black with #BCBC9B

Text Example


Text Example

White with #BCBC9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBC9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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