Html Css Color HEX #BCC382 Pine Glade

📋 copy color: '#BCC382'

red 188 ◦ green 195 ◦ blue 130

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

Shades of Pine Glade #BCC382

Tints of Pine Glade #BCC382

RGB

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

 GREEN value IS 195 (76.56% from 255) = 38.01%

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

R = 36.65%
G = 38.01%
B = 25.34%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.33

 K value IS 0.24

RGB Variations

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

Color information

#BCC382 (or 0xBCC382) is known color: Pine Glade. HEX triplet: BC, C3 and 82. RGB value is (188,195,130). Sum of RGB (Red+Green+Blue) = 188+195+130=513 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.65% from 513); Green value is 195 (76.56% from 255 or 38.01% from 513); Blue value is 130 (51.17% from 255 or 25.34% from 513); Max value from RGB is 195 - color contains mainly: green. Hex color #BCC382 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC382 is #433C7D. Grayscale: #B9B9B9. Windows color (decimal): -4406398 or 8569788. OLE color: 8569788.

HSL color Cylindrical-coordinate representation of color #BCC382: hue angle of 66.46º degrees, saturation: 0.35, 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 #BCC382 is Cyan = 0.04, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.24.

Color convert

RGB 188 195 130 -
CMYK 0.04 0 0.33 0.24
HSL 66.46º 0.35% 0.64% -
HSV(B) 66.46º 0.33% 0.76% -
XYZ 44.28 51.33 28.69 -
YUV 185.5 96.68 129.79 -
System Red Green Blue C M Y K H S L
Decimal 188 195 130 0.04 0 0.33 0.24 66.46 0.35 0.64
Hex BC C3 82 4 0 21 18 42 23 40
Octal 274 303 202 4 0 41 30 102 43 100
Binary 10111100 11000011 10000010 100 0 100001 11000 1000010 100011 1000000

Color Harmonies of #BCC382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC382

Black with #BCC382

Text Example


Text Example

White with #BCC382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC382; }

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

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

background-color css

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

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

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

border-color css

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

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

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