Html Css Color HEX #BCC782 Pine Glade

📋 copy color: '#BCC782'

red 188 ◦ green 199 ◦ blue 130

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

Shades of Pine Glade #BCC782

Tints of Pine Glade #BCC782

RGB

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

 GREEN value IS 199 (78.13% from 255) = 38.49%

 BLUE value IS 130 (51.17% from 255) = 25.15%

R = 36.36%
G = 38.49%
B = 25.15%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.35

 K value IS 0.22

RGB Variations

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

Color information

#BCC782 (or 0xBCC782) is known color: Pine Glade. HEX triplet: BC, C7 and 82. RGB value is (188,199,130). Sum of RGB (Red+Green+Blue) = 188+199+130=517 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.36% from 517); Green value is 199 (78.12% from 255 or 38.49% from 517); Blue value is 130 (51.17% from 255 or 25.15% from 517); Max value from RGB is 199 - color contains mainly: green. Hex color #BCC782 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC782 is #43387D. Grayscale: #BCBCBC. Windows color (decimal): -4405374 or 8570812. OLE color: 8570812.

HSL color Cylindrical-coordinate representation of color #BCC782: hue angle of 69.57º degrees, saturation: 0.38, 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 #BCC782 is Cyan = 0.06, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.22.

Color convert

RGB 188 199 130 -
CMYK 0.06 0 0.35 0.22
HSL 69.57º 0.38% 0.65% -
HSV(B) 69.57º 0.35% 0.78% -
XYZ 45.19 53.15 29 -
YUV 187.85 95.36 128.11 -
System Red Green Blue C M Y K H S L
Decimal 188 199 130 0.06 0 0.35 0.22 69.57 0.38 0.65
Hex BC C7 82 6 0 23 16 46 26 41
Octal 274 307 202 6 0 43 26 106 46 101
Binary 10111100 11000111 10000010 110 0 100011 10110 1000110 100110 1000001

Color Harmonies of #BCC782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC782

Black with #BCC782

Text Example


Text Example

White with #BCC782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC782; }

 p { color: rgb(188,199,130); }

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

background-color css

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

 a { background-color: rgb(188,199,130); }

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

border-color css

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

 span { border-color: rgb(188,199,130); }

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