Html Css Color HEX #BCC982 Pine Glade

📋 copy color: '#BCC982'

red 188 ◦ green 201 ◦ blue 130

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

Shades of Pine Glade #BCC982

Tints of Pine Glade #BCC982

RGB

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

 GREEN value IS 201 (78.91% from 255) = 38.73%

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

R = 36.22%
G = 38.73%
B = 25.05%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.35

 K value IS 0.21

RGB Variations

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

Color information

#BCC982 (or 0xBCC982) is known color: Pine Glade. HEX triplet: BC, C9 and 82. RGB value is (188,201,130). Sum of RGB (Red+Green+Blue) = 188+201+130=519 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.22% from 519); Green value is 201 (78.91% from 255 or 38.73% from 519); Blue value is 130 (51.17% from 255 or 25.05% from 519); Max value from RGB is 201 - color contains mainly: green. Hex color #BCC982 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC982 is #43367D. Grayscale: #BDBDBD. Windows color (decimal): -4404862 or 8571324. OLE color: 8571324.

HSL color Cylindrical-coordinate representation of color #BCC982: hue angle of 70.99º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BCC982 is Cyan = 0.06, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.21.

Color convert

RGB 188 201 130 -
CMYK 0.06 0 0.35 0.21
HSL 70.99º 0.4% 0.65% -
HSV(B) 70.99º 0.35% 0.79% -
XYZ 45.65 54.08 29.15 -
YUV 189.02 94.69 127.27 -
System Red Green Blue C M Y K H S L
Decimal 188 201 130 0.06 0 0.35 0.21 70.99 0.4 0.65
Hex BC C9 82 6 0 23 15 47 28 41
Octal 274 311 202 6 0 43 25 107 50 101
Binary 10111100 11001001 10000010 110 0 100011 10101 1000111 101000 1000001

Color Harmonies of #BCC982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC982

Black with #BCC982

Text Example


Text Example

White with #BCC982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC982; }

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

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

background-color css

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

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

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

border-color css

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

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

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