Html Css Color HEX #BCC38B Green Mist

📋 copy color: '#BCC38B'

red 188 ◦ green 195 ◦ blue 139

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

Shades of Green Mist #BCC38B

Tints of Green Mist #BCC38B

RGB

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

 GREEN value IS 195 (76.56% from 255) = 37.36%

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

R = 36.02%
G = 37.36%
B = 26.63%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#BCC38B (or 0xBCC38B) is known color: Green Mist. HEX triplet: BC, C3 and 8B. RGB value is (188,195,139). Sum of RGB (Red+Green+Blue) = 188+195+139=522 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.02% from 522); Green value is 195 (76.56% from 255 or 37.36% from 522); Blue value is 139 (54.69% from 255 or 26.63% from 522); Max value from RGB is 195 - color contains mainly: green. Hex color #BCC38B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC38B is #433C74. Grayscale: #BABABA. Windows color (decimal): -4406389 or 9159612. OLE color: 9159612.

HSL color Cylindrical-coordinate representation of color #BCC38B: hue angle of 67.5º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BCC38B is Cyan = 0.04, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.24.

Color convert

RGB 188 195 139 -
CMYK 0.04 0 0.29 0.24
HSL 67.5º 0.32% 0.65% -
HSV(B) 67.5º 0.29% 0.76% -
XYZ 44.91 51.59 32.02 -
YUV 186.52 101.18 129.05 -
System Red Green Blue C M Y K H S L
Decimal 188 195 139 0.04 0 0.29 0.24 67.5 0.32 0.65
Hex BC C3 8B 4 0 1D 18 44 20 41
Octal 274 303 213 4 0 35 30 104 40 101
Binary 10111100 11000011 10001011 100 0 11101 11000 1000100 100000 1000001

Color Harmonies of #BCC38B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC38B

Black with #BCC38B

Text Example


Text Example

White with #BCC38B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC38B; }

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

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

background-color css

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

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

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

border-color css

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

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

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