Html Css Color HEX #BCC58E Green Mist

📋 copy color: '#BCC58E'

red 188 ◦ green 197 ◦ blue 142

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

Shades of Green Mist #BCC58E

Tints of Green Mist #BCC58E

RGB

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

 GREEN value IS 197 (77.34% from 255) = 37.38%

 BLUE value IS 142 (55.86% from 255) = 26.94%

R = 35.67%
G = 37.38%
B = 26.94%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.28

 K value IS 0.23

RGB Variations

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

Color information

#BCC58E (or 0xBCC58E) is known color: Green Mist. HEX triplet: BC, C5 and 8E. RGB value is (188,197,142). Sum of RGB (Red+Green+Blue) = 188+197+142=527 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.67% from 527); Green value is 197 (77.34% from 255 or 37.38% from 527); Blue value is 142 (55.86% from 255 or 26.94% from 527); Max value from RGB is 197 - color contains mainly: green. Hex color #BCC58E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC58E is #433A71. Grayscale: #BCBCBC. Windows color (decimal): -4405874 or 9356732. OLE color: 9356732.

HSL color Cylindrical-coordinate representation of color #BCC58E: hue angle of 69.82º degrees, saturation: 0.32, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BCC58E is Cyan = 0.05, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.23.

Color convert

RGB 188 197 142 -
CMYK 0.05 0 0.28 0.23
HSL 69.82º 0.32% 0.66% -
HSV(B) 69.82º 0.28% 0.77% -
XYZ 45.59 52.58 33.34 -
YUV 188.04 102.02 127.97 -
System Red Green Blue C M Y K H S L
Decimal 188 197 142 0.05 0 0.28 0.23 69.82 0.32 0.66
Hex BC C5 8E 5 0 1C 17 46 20 42
Octal 274 305 216 5 0 34 27 106 40 102
Binary 10111100 11000101 10001110 101 0 11100 10111 1000110 100000 1000010

Color Harmonies of #BCC58E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC58E

Black with #BCC58E

Text Example


Text Example

White with #BCC58E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC58E; }

 p { color: rgb(188,197,142); }

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

background-color css

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

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

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

border-color css

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

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

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