Html Css Color HEX #BCC588 Pine Glade

📋 copy color: '#BCC588'

red 188 ◦ green 197 ◦ blue 136

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

Shades of Pine Glade #BCC588

Tints of Pine Glade #BCC588

RGB

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

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

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

R = 36.08%
G = 37.81%
B = 26.1%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.31

 K value IS 0.23

RGB Variations

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

Color information

#BCC588 (or 0xBCC588) is known color: Pine Glade. HEX triplet: BC, C5 and 88. RGB value is (188,197,136). Sum of RGB (Red+Green+Blue) = 188+197+136=521 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.08% from 521); Green value is 197 (77.34% from 255 or 37.81% from 521); Blue value is 136 (53.52% from 255 or 26.10% from 521); Max value from RGB is 197 - color contains mainly: green. Hex color #BCC588 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC588 is #433A77. Grayscale: #BBBBBB. Windows color (decimal): -4405880 or 8963516. OLE color: 8963516.

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

Color convert

RGB 188 197 136 -
CMYK 0.05 0 0.31 0.23
HSL 68.85º 0.34% 0.65% -
HSV(B) 68.85º 0.31% 0.77% -
XYZ 45.15 52.4 31.03 -
YUV 187.36 99.02 128.46 -
System Red Green Blue C M Y K H S L
Decimal 188 197 136 0.05 0 0.31 0.23 68.85 0.34 0.65
Hex BC C5 88 5 0 1F 17 45 22 41
Octal 274 305 210 5 0 37 27 105 42 101
Binary 10111100 11000101 10001000 101 0 11111 10111 1000101 100010 1000001

Color Harmonies of #BCC588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC588

Black with #BCC588

Text Example


Text Example

White with #BCC588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC588; }

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

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

background-color css

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

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

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

border-color css

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

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

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