Html Css Color HEX #BCC692 Green Mist

📋 copy color: '#BCC692'

red 188 ◦ green 198 ◦ blue 146

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

Shades of Green Mist #BCC692

Tints of Green Mist #BCC692

RGB

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

 GREEN value IS 198 (77.73% from 255) = 37.22%

 BLUE value IS 146 (57.42% from 255) = 27.44%

R = 35.34%
G = 37.22%
B = 27.44%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.26

 K value IS 0.22

RGB Variations

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

Color information

#BCC692 (or 0xBCC692) is known color: Green Mist. HEX triplet: BC, C6 and 92. RGB value is (188,198,146). Sum of RGB (Red+Green+Blue) = 188+198+146=532 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.34% from 532); Green value is 198 (77.73% from 255 or 37.22% from 532); Blue value is 146 (57.42% from 255 or 27.44% from 532); Max value from RGB is 198 - color contains mainly: green. Hex color #BCC692 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC692 is #43396D. Grayscale: #BDBDBD. Windows color (decimal): -4405614 or 9619132. OLE color: 9619132.

HSL color Cylindrical-coordinate representation of color #BCC692: hue angle of 71.54º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCC692 is Cyan = 0.05, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.22.

Color convert

RGB 188 198 146 -
CMYK 0.05 0 0.26 0.22
HSL 71.54º 0.31% 0.67% -
HSV(B) 71.54º 0.26% 0.78% -
XYZ 46.12 53.15 35.02 -
YUV 189.08 103.69 127.23 -
System Red Green Blue C M Y K H S L
Decimal 188 198 146 0.05 0 0.26 0.22 71.54 0.31 0.67
Hex BC C6 92 5 0 1A 16 48 1F 43
Octal 274 306 222 5 0 32 26 110 37 103
Binary 10111100 11000110 10010010 101 0 11010 10110 1001000 11111 1000011

Color Harmonies of #BCC692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC692

Black with #BCC692

Text Example


Text Example

White with #BCC692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC692; }

 p { color: rgb(188,198,146); }

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

background-color css

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

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

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

border-color css

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

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

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