Html Css Color HEX #BCC482 Pine Glade

📋 copy color: '#BCC482'

red 188 ◦ green 196 ◦ blue 130

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

Shades of Pine Glade #BCC482

Tints of Pine Glade #BCC482

RGB

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

 GREEN value IS 196 (76.95% from 255) = 38.13%

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

R = 36.58%
G = 38.13%
B = 25.29%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.34

 K value IS 0.23

RGB Variations

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

Color information

#BCC482 (or 0xBCC482) is known color: Pine Glade. HEX triplet: BC, C4 and 82. RGB value is (188,196,130). Sum of RGB (Red+Green+Blue) = 188+196+130=514 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.58% from 514); Green value is 196 (76.95% from 255 or 38.13% from 514); Blue value is 130 (51.17% from 255 or 25.29% from 514); Max value from RGB is 196 - color contains mainly: green. Hex color #BCC482 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC482 is #433B7D. Grayscale: #BABABA. Windows color (decimal): -4406142 or 8570044. OLE color: 8570044.

HSL color Cylindrical-coordinate representation of color #BCC482: hue angle of 67.27º degrees, saturation: 0.36, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BCC482 is Cyan = 0.04, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.23.

Color convert

RGB 188 196 130 -
CMYK 0.04 0 0.34 0.23
HSL 67.27º 0.36% 0.64% -
HSV(B) 67.27º 0.34% 0.77% -
XYZ 44.51 51.78 28.77 -
YUV 186.08 96.35 129.37 -
System Red Green Blue C M Y K H S L
Decimal 188 196 130 0.04 0 0.34 0.23 67.27 0.36 0.64
Hex BC C4 82 4 0 22 17 43 24 40
Octal 274 304 202 4 0 42 27 103 44 100
Binary 10111100 11000100 10000010 100 0 100010 10111 1000011 100100 1000000

Color Harmonies of #BCC482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC482

Black with #BCC482

Text Example


Text Example

White with #BCC482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC482; }

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

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

background-color css

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

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

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

border-color css

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

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

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