Html Css Color HEX #BCC188 Pine Glade

📋 copy color: '#BCC188'

red 188 ◦ green 193 ◦ blue 136

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

Shades of Pine Glade #BCC188

Tints of Pine Glade #BCC188

RGB

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

 GREEN value IS 193 (75.78% from 255) = 37.33%

 BLUE value IS 136 (53.52% from 255) = 26.31%

R = 36.36%
G = 37.33%
B = 26.31%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.30

 K value IS 0.24

RGB Variations

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

Color information

#BCC188 (or 0xBCC188) is known color: Pine Glade. HEX triplet: BC, C1 and 88. RGB value is (188,193,136). Sum of RGB (Red+Green+Blue) = 188+193+136=517 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.36% from 517); Green value is 193 (75.78% from 255 or 37.33% from 517); Blue value is 136 (53.52% from 255 or 26.31% from 517); Max value from RGB is 193 - color contains mainly: green. Hex color #BCC188 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC188 is #433E77. Grayscale: #B9B9B9. Windows color (decimal): -4406904 or 8962492. OLE color: 8962492.

HSL color Cylindrical-coordinate representation of color #BCC188: hue angle of 65.26º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BCC188 is Cyan = 0.03, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.24.

Color convert

RGB 188 193 136 -
CMYK 0.03 0 0.30 0.24
HSL 65.26º 0.31% 0.65% -
HSV(B) 65.26º 0.3% 0.76% -
XYZ 44.25 50.61 30.73 -
YUV 185.01 100.34 130.13 -
System Red Green Blue C M Y K H S L
Decimal 188 193 136 0.03 0 0.30 0.24 65.26 0.31 0.65
Hex BC C1 88 3 0 1E 18 41 1F 41
Octal 274 301 210 3 0 36 30 101 37 101
Binary 10111100 11000001 10001000 11 0 11110 11000 1000001 11111 1000001

Color Harmonies of #BCC188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC188

Black with #BCC188

Text Example


Text Example

White with #BCC188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC188; }

 p { color: rgb(188,193,136); }

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

background-color css

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

 a { background-color: rgb(188,193,136); }

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

border-color css

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

 span { border-color: rgb(188,193,136); }

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