Html Css Color HEX #BCC871 Pine Glade

📋 copy color: '#BCC871'

red 188 ◦ green 200 ◦ blue 113

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

Shades of Pine Glade #BCC871

Tints of Pine Glade #BCC871

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 22.55%

R = 37.52%
G = 39.92%
B = 22.55%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#BCC871 (or 0xBCC871) is known color: Pine Glade. HEX triplet: BC, C8 and 71. RGB value is (188,200,113). Sum of RGB (Red+Green+Blue) = 188+200+113=501 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.52% from 501); Green value is 200 (78.52% from 255 or 39.92% from 501); Blue value is 113 (44.53% from 255 or 22.55% from 501); Max value from RGB is 200 - color contains mainly: green. Hex color #BCC871 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC871 is #43378E. Grayscale: #BABABA. Windows color (decimal): -4405135 or 7456956. OLE color: 7456956.

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

Color convert

RGB 188 200 113 -
CMYK 0.06 0 0.44 0.22
HSL 68.28º 0.44% 0.61% -
HSV(B) 68.28º 0.44% 0.78% -
XYZ 44.37 53.19 23.55 -
YUV 186.49 86.52 129.07 -
System Red Green Blue C M Y K H S L
Decimal 188 200 113 0.06 0 0.44 0.22 68.28 0.44 0.61
Hex BC C8 71 6 0 2C 16 44 2C 3D
Octal 274 310 161 6 0 54 26 104 54 75
Binary 10111100 11001000 1110001 110 0 101100 10110 1000100 101100 111101

Color Harmonies of #BCC871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC871

Black with #BCC871

Text Example


Text Example

White with #BCC871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC871; }

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

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

background-color css

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

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

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

border-color css

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

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

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