Html Css Color HEX #BCC58B Green Mist

📋 copy color: '#BCC58B'

red 188 ◦ green 197 ◦ blue 139

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

Shades of Green Mist #BCC58B

Tints of Green Mist #BCC58B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 26.53%

R = 35.88%
G = 37.6%
B = 26.53%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.29

 K value IS 0.23

RGB Variations

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

Color information

#BCC58B (or 0xBCC58B) is known color: Green Mist. HEX triplet: BC, C5 and 8B. RGB value is (188,197,139). Sum of RGB (Red+Green+Blue) = 188+197+139=524 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.88% from 524); Green value is 197 (77.34% from 255 or 37.60% from 524); Blue value is 139 (54.69% from 255 or 26.53% from 524); Max value from RGB is 197 - color contains mainly: green. Hex color #BCC58B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC58B is #433A74. Grayscale: #BBBBBB. Windows color (decimal): -4405877 or 9160124. OLE color: 9160124.

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

Color convert

RGB 188 197 139 -
CMYK 0.05 0 0.29 0.23
HSL 69.31º 0.33% 0.66% -
HSV(B) 69.31º 0.29% 0.77% -
XYZ 45.37 52.49 32.17 -
YUV 187.7 100.52 128.22 -
System Red Green Blue C M Y K H S L
Decimal 188 197 139 0.05 0 0.29 0.23 69.31 0.33 0.66
Hex BC C5 8B 5 0 1D 17 45 21 42
Octal 274 305 213 5 0 35 27 105 41 102
Binary 10111100 11000101 10001011 101 0 11101 10111 1000101 100001 1000010

Color Harmonies of #BCC58B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC58B

Black with #BCC58B

Text Example


Text Example

White with #BCC58B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC58B; }

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

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

background-color css

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

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

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

border-color css

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

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

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