Html Css Color HEX #BCC883 Pine Glade

📋 copy color: '#BCC883'

red 188 ◦ green 200 ◦ blue 131

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

Shades of Pine Glade #BCC883

Tints of Pine Glade #BCC883

RGB

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

 GREEN value IS 200 (78.52% from 255) = 38.54%

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

R = 36.22%
G = 38.54%
B = 25.24%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.34

 K value IS 0.22

RGB Variations

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

Color information

#BCC883 (or 0xBCC883) is known color: Pine Glade. HEX triplet: BC, C8 and 83. RGB value is (188,200,131). Sum of RGB (Red+Green+Blue) = 188+200+131=519 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.22% from 519); Green value is 200 (78.52% from 255 or 38.54% from 519); Blue value is 131 (51.56% from 255 or 25.24% from 519); Max value from RGB is 200 - color contains mainly: green. Hex color #BCC883 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC883 is #43377C. Grayscale: #BCBCBC. Windows color (decimal): -4405117 or 8636604. OLE color: 8636604.

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

Color convert

RGB 188 200 131 -
CMYK 0.06 0 0.34 0.22
HSL 70.43º 0.39% 0.65% -
HSV(B) 70.43º 0.35% 0.78% -
XYZ 45.49 53.64 29.43 -
YUV 188.55 95.52 127.61 -
System Red Green Blue C M Y K H S L
Decimal 188 200 131 0.06 0 0.34 0.22 70.43 0.39 0.65
Hex BC C8 83 6 0 22 16 46 27 41
Octal 274 310 203 6 0 42 26 106 47 101
Binary 10111100 11001000 10000011 110 0 100010 10110 1000110 100111 1000001

Color Harmonies of #BCC883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC883

Black with #BCC883

Text Example


Text Example

White with #BCC883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC883; }

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

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

background-color css

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

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

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

border-color css

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

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

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