Html Css Color HEX #BCD077 Pine Glade

📋 copy color: '#BCD077'

red 188 ◦ green 208 ◦ blue 119

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

Shades of Pine Glade #BCD077

Tints of Pine Glade #BCD077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 23.11%

R = 36.5%
G = 40.39%
B = 23.11%

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

#BCD077 (or 0xBCD077) is known color: Pine Glade. HEX triplet: BC, D0 and 77. RGB value is (188,208,119). Sum of RGB (Red+Green+Blue) = 188+208+119=515 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.50% from 515); Green value is 208 (81.64% from 255 or 40.39% from 515); Blue value is 119 (46.88% from 255 or 23.11% from 515); Max value from RGB is 208 - color contains mainly: green. Hex color #BCD077 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD077 is #432F88. Grayscale: #C0C0C0. Windows color (decimal): -4403081 or 7852220. OLE color: 7852220.

HSL color Cylindrical-coordinate representation of color #BCD077: hue angle of 73.48º 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 #BCD077 is Cyan = 0.10, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.18.

Color convert

RGB 188 208 119 -
CMYK 0.10 0 0.43 0.18
HSL 73.48º 0.49% 0.64% -
HSV(B) 73.48º 0.43% 0.82% -
XYZ 46.62 57.14 26.02 -
YUV 191.87 86.87 125.24 -
System Red Green Blue C M Y K H S L
Decimal 188 208 119 0.10 0 0.43 0.18 73.48 0.49 0.64
Hex BC D0 77 A 0 2B 12 49 31 40
Octal 274 320 167 12 0 53 22 111 61 100
Binary 10111100 11010000 1110111 1010 0 101011 10010 1001001 110001 1000000

Color Harmonies of #BCD077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD077

Black with #BCD077

Text Example


Text Example

White with #BCD077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD077; }

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

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

background-color css

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

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

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

border-color css

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

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

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