Html Css Color HEX #BCC371 Pine Glade

📋 copy color: '#BCC371'

red 188 ◦ green 195 ◦ blue 113

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

Shades of Pine Glade #BCC371

Tints of Pine Glade #BCC371

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 22.78%

R = 37.9%
G = 39.31%
B = 22.78%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#BCC371 (or 0xBCC371) is known color: Pine Glade. HEX triplet: BC, C3 and 71. RGB value is (188,195,113). Sum of RGB (Red+Green+Blue) = 188+195+113=496 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.90% from 496); Green value is 195 (76.56% from 255 or 39.31% from 496); Blue value is 113 (44.53% from 255 or 22.78% from 496); Max value from RGB is 195 - color contains mainly: green. Hex color #BCC371 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC371 is #433C8E. Grayscale: #B7B7B7. Windows color (decimal): -4406415 or 7455676. OLE color: 7455676.

HSL color Cylindrical-coordinate representation of color #BCC371: hue angle of 65.12º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BCC371 is Cyan = 0.04, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB 188 195 113 -
CMYK 0.04 0 0.42 0.24
HSL 65.12º 0.41% 0.6% -
HSV(B) 65.12º 0.42% 0.76% -
XYZ 43.23 50.91 23.17 -
YUV 183.56 88.18 131.17 -
System Red Green Blue C M Y K H S L
Decimal 188 195 113 0.04 0 0.42 0.24 65.12 0.41 0.6
Hex BC C3 71 4 0 2A 18 41 29 3C
Octal 274 303 161 4 0 52 30 101 51 74
Binary 10111100 11000011 1110001 100 0 101010 11000 1000001 101001 111100

Color Harmonies of #BCC371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC371

Black with #BCC371

Text Example


Text Example

White with #BCC371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC371; }

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

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

background-color css

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

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

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

border-color css

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

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

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