Html Css Color HEX #BCC58F Green Mist

📋 copy color: '#BCC58F'

red 188 ◦ green 197 ◦ blue 143

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

Shades of Green Mist #BCC58F

Tints of Green Mist #BCC58F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 27.08%

R = 35.61%
G = 37.31%
B = 27.08%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.27

 K value IS 0.23

RGB Variations

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

Color information

#BCC58F (or 0xBCC58F) is known color: Green Mist. HEX triplet: BC, C5 and 8F. RGB value is (188,197,143). Sum of RGB (Red+Green+Blue) = 188+197+143=528 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.61% from 528); Green value is 197 (77.34% from 255 or 37.31% from 528); Blue value is 143 (56.25% from 255 or 27.08% from 528); Max value from RGB is 197 - color contains mainly: green. Hex color #BCC58F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC58F is #433A70. Grayscale: #BCBCBC. Windows color (decimal): -4405873 or 9422268. OLE color: 9422268.

HSL color Cylindrical-coordinate representation of color #BCC58F: hue angle of 70º degrees, saturation: 0.32, 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 #BCC58F is Cyan = 0.05, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.23.

Color convert

RGB 188 197 143 -
CMYK 0.05 0 0.27 0.23
HSL 70º 0.32% 0.67% -
HSV(B) 70º 0.27% 0.77% -
XYZ 45.66 52.61 33.73 -
YUV 188.15 102.52 127.89 -
System Red Green Blue C M Y K H S L
Decimal 188 197 143 0.05 0 0.27 0.23 70 0.32 0.67
Hex BC C5 8F 5 0 1B 17 46 20 43
Octal 274 305 217 5 0 33 27 106 40 103
Binary 10111100 11000101 10001111 101 0 11011 10111 1000110 100000 1000011

Color Harmonies of #BCC58F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC58F

Black with #BCC58F

Text Example


Text Example

White with #BCC58F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC58F; }

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

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

background-color css

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

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

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

border-color css

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

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

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