Html Css Color HEX #BCC690 Green Mist

📋 copy color: '#BCC690'

red 188 ◦ green 198 ◦ blue 144

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

Shades of Green Mist #BCC690

Tints of Green Mist #BCC690

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 27.17%

R = 35.47%
G = 37.36%
B = 27.17%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.27

 K value IS 0.22

RGB Variations

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

Color information

#BCC690 (or 0xBCC690) is known color: Green Mist. HEX triplet: BC, C6 and 90. RGB value is (188,198,144). Sum of RGB (Red+Green+Blue) = 188+198+144=530 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.47% from 530); Green value is 198 (77.73% from 255 or 37.36% from 530); Blue value is 144 (56.64% from 255 or 27.17% from 530); Max value from RGB is 198 - color contains mainly: green. Hex color #BCC690 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC690 is #43396F. Grayscale: #BDBDBD. Windows color (decimal): -4405616 or 9488060. OLE color: 9488060.

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

Color convert

RGB 188 198 144 -
CMYK 0.05 0 0.27 0.22
HSL 71.11º 0.32% 0.67% -
HSV(B) 71.11º 0.27% 0.78% -
XYZ 45.97 53.09 34.21 -
YUV 188.85 102.69 127.39 -
System Red Green Blue C M Y K H S L
Decimal 188 198 144 0.05 0 0.27 0.22 71.11 0.32 0.67
Hex BC C6 90 5 0 1B 16 47 20 43
Octal 274 306 220 5 0 33 26 107 40 103
Binary 10111100 11000110 10010000 101 0 11011 10110 1000111 100000 1000011

Color Harmonies of #BCC690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC690

Black with #BCC690

Text Example


Text Example

White with #BCC690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC690; }

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

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

background-color css

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

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

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

border-color css

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

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

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