Html Css Color HEX #BCC481 Pine Glade

📋 copy color: '#BCC481'

red 188 ◦ green 196 ◦ blue 129

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

Shades of Pine Glade #BCC481

Tints of Pine Glade #BCC481

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 25.15%

R = 36.65%
G = 38.21%
B = 25.15%

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

#BCC481 (or 0xBCC481) is known color: Pine Glade. HEX triplet: BC, C4 and 81. RGB value is (188,196,129). Sum of RGB (Red+Green+Blue) = 188+196+129=513 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.65% from 513); Green value is 196 (76.95% from 255 or 38.21% from 513); Blue value is 129 (50.78% from 255 or 25.15% from 513); Max value from RGB is 196 - color contains mainly: green. Hex color #BCC481 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC481 is #433B7E. Grayscale: #BABABA. Windows color (decimal): -4406143 or 8504508. OLE color: 8504508.

HSL color Cylindrical-coordinate representation of color #BCC481: hue angle of 67.16º 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 #BCC481 is Cyan = 0.04, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.23.

Color convert

RGB 188 196 129 -
CMYK 0.04 0 0.34 0.23
HSL 67.16º 0.36% 0.64% -
HSV(B) 67.16º 0.34% 0.77% -
XYZ 44.44 51.76 28.42 -
YUV 185.97 95.85 129.45 -
System Red Green Blue C M Y K H S L
Decimal 188 196 129 0.04 0 0.34 0.23 67.16 0.36 0.64
Hex BC C4 81 4 0 22 17 43 24 40
Octal 274 304 201 4 0 42 27 103 44 100
Binary 10111100 11000100 10000001 100 0 100010 10111 1000011 100100 1000000

Color Harmonies of #BCC481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC481

Black with #BCC481

Text Example


Text Example

White with #BCC481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC481; }

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

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

background-color css

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

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

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

border-color css

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

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

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