Html Css Color HEX #BCC282 Pine Glade

📋 copy color: '#BCC282'

red 188 ◦ green 194 ◦ blue 130

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

Shades of Pine Glade #BCC282

Tints of Pine Glade #BCC282

RGB

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

 GREEN value IS 194 (76.17% from 255) = 37.89%

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

R = 36.72%
G = 37.89%
B = 25.39%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.33

 K value IS 0.24

RGB Variations

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

Color information

#BCC282 (or 0xBCC282) is known color: Pine Glade. HEX triplet: BC, C2 and 82. RGB value is (188,194,130). Sum of RGB (Red+Green+Blue) = 188+194+130=512 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.72% from 512); Green value is 194 (76.17% from 255 or 37.89% from 512); Blue value is 130 (51.17% from 255 or 25.39% from 512); Max value from RGB is 194 - color contains mainly: green. Hex color #BCC282 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC282 is #433D7D. Grayscale: #B9B9B9. Windows color (decimal): -4406654 or 8569532. OLE color: 8569532.

HSL color Cylindrical-coordinate representation of color #BCC282: hue angle of 65.62º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BCC282 is Cyan = 0.03, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.24.

Color convert

RGB 188 194 130 -
CMYK 0.03 0 0.33 0.24
HSL 65.63º 0.34% 0.64% -
HSV(B) 65.63º 0.33% 0.76% -
XYZ 44.06 50.89 28.62 -
YUV 184.91 97.01 130.2 -
System Red Green Blue C M Y K H S L
Decimal 188 194 130 0.03 0 0.33 0.24 65.63 0.34 0.64
Hex BC C2 82 3 0 21 18 42 22 40
Octal 274 302 202 3 0 41 30 102 42 100
Binary 10111100 11000010 10000010 11 0 100001 11000 1000010 100010 1000000

Color Harmonies of #BCC282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC282

Black with #BCC282

Text Example


Text Example

White with #BCC282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC282; }

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

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

background-color css

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

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

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

border-color css

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

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

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