Html Css Color HEX #BCC490 Green Mist

📋 copy color: '#BCC490'

red 188 ◦ green 196 ◦ blue 144

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

Shades of Green Mist #BCC490

Tints of Green Mist #BCC490

RGB

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

 GREEN value IS 196 (76.95% from 255) = 37.12%

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

R = 35.61%
G = 37.12%
B = 27.27%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.27

 K value IS 0.23

RGB Variations

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

Color information

#BCC490 (or 0xBCC490) is known color: Green Mist. HEX triplet: BC, C4 and 90. RGB value is (188,196,144). Sum of RGB (Red+Green+Blue) = 188+196+144=528 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.61% from 528); Green value is 196 (76.95% from 255 or 37.12% from 528); Blue value is 144 (56.64% from 255 or 27.27% from 528); Max value from RGB is 196 - color contains mainly: green. Hex color #BCC490 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC490 is #433B6F. Grayscale: #BBBBBB. Windows color (decimal): -4406128 or 9487548. OLE color: 9487548.

HSL color Cylindrical-coordinate representation of color #BCC490: hue angle of 69.23º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BCC490 is Cyan = 0.04, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.23.

Color convert

RGB 188 196 144 -
CMYK 0.04 0 0.27 0.23
HSL 69.23º 0.31% 0.67% -
HSV(B) 69.23º 0.27% 0.77% -
XYZ 45.51 52.18 34.06 -
YUV 187.68 103.35 128.23 -
System Red Green Blue C M Y K H S L
Decimal 188 196 144 0.04 0 0.27 0.23 69.23 0.31 0.67
Hex BC C4 90 4 0 1B 17 45 1F 43
Octal 274 304 220 4 0 33 27 105 37 103
Binary 10111100 11000100 10010000 100 0 11011 10111 1000101 11111 1000011

Color Harmonies of #BCC490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC490

Black with #BCC490

Text Example


Text Example

White with #BCC490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC490; }

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

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

background-color css

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

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

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

border-color css

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

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

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