Html Css Color HEX #BCC985 Pine Glade

📋 copy color: '#BCC985'

red 188 ◦ green 201 ◦ blue 133

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

Shades of Pine Glade #BCC985

Tints of Pine Glade #BCC985

RGB

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

 GREEN value IS 201 (78.91% from 255) = 38.51%

 BLUE value IS 133 (52.34% from 255) = 25.48%

R = 36.02%
G = 38.51%
B = 25.48%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.34

 K value IS 0.21

RGB Variations

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

Color information

#BCC985 (or 0xBCC985) is known color: Pine Glade. HEX triplet: BC, C9 and 85. RGB value is (188,201,133). Sum of RGB (Red+Green+Blue) = 188+201+133=522 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.02% from 522); Green value is 201 (78.91% from 255 or 38.51% from 522); Blue value is 133 (52.34% from 255 or 25.48% from 522); Max value from RGB is 201 - color contains mainly: green. Hex color #BCC985 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC985 is #43367A. Grayscale: #BDBDBD. Windows color (decimal): -4404859 or 8767932. OLE color: 8767932.

HSL color Cylindrical-coordinate representation of color #BCC985: hue angle of 71.47º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BCC985 is Cyan = 0.06, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.21.

Color convert

RGB 188 201 133 -
CMYK 0.06 0 0.34 0.21
HSL 71.47º 0.39% 0.65% -
HSV(B) 71.47º 0.34% 0.79% -
XYZ 45.86 54.16 30.23 -
YUV 189.36 96.19 127.03 -
System Red Green Blue C M Y K H S L
Decimal 188 201 133 0.06 0 0.34 0.21 71.47 0.39 0.65
Hex BC C9 85 6 0 22 15 47 27 41
Octal 274 311 205 6 0 42 25 107 47 101
Binary 10111100 11001001 10000101 110 0 100010 10101 1000111 100111 1000001

Color Harmonies of #BCC985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC985

Black with #BCC985

Text Example


Text Example

White with #BCC985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC985; }

 p { color: rgb(188,201,133); }

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

background-color css

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

 a { background-color: rgb(188,201,133); }

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

border-color css

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

 span { border-color: rgb(188,201,133); }

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