Html Css Color HEX #BCD076 Pine Glade

📋 copy color: '#BCD076'

red 188 ◦ green 208 ◦ blue 118

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

Shades of Pine Glade #BCD076

Tints of Pine Glade #BCD076

RGB

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

 GREEN value IS 208 (81.64% from 255) = 40.47%

 BLUE value IS 118 (46.48% from 255) = 22.96%

R = 36.58%
G = 40.47%
B = 22.96%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#BCD076 (or 0xBCD076) is known color: Pine Glade. HEX triplet: BC, D0 and 76. RGB value is (188,208,118). Sum of RGB (Red+Green+Blue) = 188+208+118=514 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.58% from 514); Green value is 208 (81.64% from 255 or 40.47% from 514); Blue value is 118 (46.48% from 255 or 22.96% from 514); Max value from RGB is 208 - color contains mainly: green. Hex color #BCD076 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD076 is #432F89. Grayscale: #C0C0C0. Windows color (decimal): -4403082 or 7786684. OLE color: 7786684.

HSL color Cylindrical-coordinate representation of color #BCD076: hue angle of 73.33º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BCD076 is Cyan = 0.10, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.18.

Color convert

RGB 188 208 118 -
CMYK 0.10 0 0.43 0.18
HSL 73.33º 0.49% 0.64% -
HSV(B) 73.33º 0.43% 0.82% -
XYZ 46.56 57.11 25.71 -
YUV 191.76 86.37 125.32 -
System Red Green Blue C M Y K H S L
Decimal 188 208 118 0.10 0 0.43 0.18 73.33 0.49 0.64
Hex BC D0 76 A 0 2B 12 49 31 40
Octal 274 320 166 12 0 53 22 111 61 100
Binary 10111100 11010000 1110110 1010 0 101011 10010 1001001 110001 1000000

Color Harmonies of #BCD076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD076

Black with #BCD076

Text Example


Text Example

White with #BCD076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD076; }

 p { color: rgb(188,208,118); }

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

background-color css

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

 a { background-color: rgb(188,208,118); }

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

border-color css

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

 span { border-color: rgb(188,208,118); }

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