Html Css Color HEX #BCC983 Pine Glade

📋 copy color: '#BCC983'

red 188 ◦ green 201 ◦ blue 131

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

Shades of Pine Glade #BCC983

Tints of Pine Glade #BCC983

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 25.19%

R = 36.15%
G = 38.65%
B = 25.19%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.35

 K value IS 0.21

RGB Variations

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

Color information

#BCC983 (or 0xBCC983) is known color: Pine Glade. HEX triplet: BC, C9 and 83. RGB value is (188,201,131). Sum of RGB (Red+Green+Blue) = 188+201+131=520 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.15% from 520); Green value is 201 (78.91% from 255 or 38.65% from 520); Blue value is 131 (51.56% from 255 or 25.19% from 520); Max value from RGB is 201 - color contains mainly: green. Hex color #BCC983 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC983 is #43367C. Grayscale: #BDBDBD. Windows color (decimal): -4404861 or 8636860. OLE color: 8636860.

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

Color convert

RGB 188 201 131 -
CMYK 0.06 0 0.35 0.21
HSL 71.14º 0.39% 0.65% -
HSV(B) 71.14º 0.35% 0.79% -
XYZ 45.72 54.1 29.51 -
YUV 189.13 95.19 127.19 -
System Red Green Blue C M Y K H S L
Decimal 188 201 131 0.06 0 0.35 0.21 71.14 0.39 0.65
Hex BC C9 83 6 0 23 15 47 27 41
Octal 274 311 203 6 0 43 25 107 47 101
Binary 10111100 11001001 10000011 110 0 100011 10101 1000111 100111 1000001

Color Harmonies of #BCC983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC983

Black with #BCC983

Text Example


Text Example

White with #BCC983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC983; }

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

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

background-color css

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

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

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

border-color css

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

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

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