Html Css Color HEX #BCC071 Pine Glade

📋 copy color: '#BCC071'

red 188 ◦ green 192 ◦ blue 113

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

Shades of Pine Glade #BCC071

Tints of Pine Glade #BCC071

RGB

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

 GREEN value IS 192 (75.39% from 255) = 38.95%

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

R = 38.13%
G = 38.95%
B = 22.92%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#BCC071 (or 0xBCC071) is known color: Pine Glade. HEX triplet: BC, C0 and 71. RGB value is (188,192,113). Sum of RGB (Red+Green+Blue) = 188+192+113=493 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.13% from 493); Green value is 192 (75.39% from 255 or 38.95% from 493); Blue value is 113 (44.53% from 255 or 22.92% from 493); Max value from RGB is 192 - color contains mainly: green. Hex color #BCC071 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC071 is #433F8E. Grayscale: #B6B6B6. Windows color (decimal): -4407183 or 7454908. OLE color: 7454908.

HSL color Cylindrical-coordinate representation of color #BCC071: hue angle of 63.04º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BCC071 is Cyan = 0.02, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB 188 192 113 -
CMYK 0.02 0 0.41 0.25
HSL 63.04º 0.39% 0.6% -
HSV(B) 63.04º 0.41% 0.75% -
XYZ 42.57 49.58 22.95 -
YUV 181.8 89.17 132.42 -
System Red Green Blue C M Y K H S L
Decimal 188 192 113 0.02 0 0.41 0.25 63.04 0.39 0.6
Hex BC C0 71 2 0 29 19 3F 27 3C
Octal 274 300 161 2 0 51 31 77 47 74
Binary 10111100 11000000 1110001 10 0 101001 11001 111111 100111 111100

Color Harmonies of #BCC071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC071

Black with #BCC071

Text Example


Text Example

White with #BCC071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC071; }

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

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

background-color css

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

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

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

border-color css

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

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

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