Html Css Color HEX #BCC388 Pine Glade

📋 copy color: '#BCC388'

red 188 ◦ green 195 ◦ blue 136

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

Shades of Pine Glade #BCC388

Tints of Pine Glade #BCC388

RGB

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

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

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

R = 36.22%
G = 37.57%
B = 26.2%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.30

 K value IS 0.24

RGB Variations

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

Color information

#BCC388 (or 0xBCC388) is known color: Pine Glade. HEX triplet: BC, C3 and 88. RGB value is (188,195,136). Sum of RGB (Red+Green+Blue) = 188+195+136=519 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.22% from 519); Green value is 195 (76.56% from 255 or 37.57% from 519); Blue value is 136 (53.52% from 255 or 26.20% from 519); Max value from RGB is 195 - color contains mainly: green. Hex color #BCC388 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC388 is #433C77. Grayscale: #BABABA. Windows color (decimal): -4406392 or 8963004. OLE color: 8963004.

HSL color Cylindrical-coordinate representation of color #BCC388: hue angle of 67.12º degrees, saturation: 0.33, 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 #BCC388 is Cyan = 0.04, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.24.

Color convert

RGB 188 195 136 -
CMYK 0.04 0 0.30 0.24
HSL 67.12º 0.33% 0.65% -
HSV(B) 67.12º 0.3% 0.76% -
XYZ 44.7 51.5 30.88 -
YUV 186.18 99.68 129.3 -
System Red Green Blue C M Y K H S L
Decimal 188 195 136 0.04 0 0.30 0.24 67.12 0.33 0.65
Hex BC C3 88 4 0 1E 18 43 21 41
Octal 274 303 210 4 0 36 30 103 41 101
Binary 10111100 11000011 10001000 100 0 11110 11000 1000011 100001 1000001

Color Harmonies of #BCC388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC388

Black with #BCC388

Text Example


Text Example

White with #BCC388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC388; }

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

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

background-color css

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

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

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

border-color css

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

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

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