Html Css Color HEX #BCC27C Pine Glade

📋 copy color: '#BCC27C'

red 188 ◦ green 194 ◦ blue 124

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

Shades of Pine Glade #BCC27C

Tints of Pine Glade #BCC27C

RGB

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

 GREEN value IS 194 (76.17% from 255) = 38.34%

 BLUE value IS 124 (48.83% from 255) = 24.51%

R = 37.15%
G = 38.34%
B = 24.51%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#BCC27C (or 0xBCC27C) is known color: Pine Glade. HEX triplet: BC, C2 and 7C. RGB value is (188,194,124). Sum of RGB (Red+Green+Blue) = 188+194+124=506 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.15% from 506); Green value is 194 (76.17% from 255 or 38.34% from 506); Blue value is 124 (48.83% from 255 or 24.51% from 506); Max value from RGB is 194 - color contains mainly: green. Hex color #BCC27C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC27C is #433D83. Grayscale: #B8B8B8. Windows color (decimal): -4406660 or 8176316. OLE color: 8176316.

HSL color Cylindrical-coordinate representation of color #BCC27C: hue angle of 65.14º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BCC27C is Cyan = 0.03, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.24.

Color convert

RGB 188 194 124 -
CMYK 0.03 0 0.36 0.24
HSL 65.14º 0.36% 0.62% -
HSV(B) 65.14º 0.36% 0.76% -
XYZ 43.67 50.73 26.56 -
YUV 184.23 94.01 130.69 -
System Red Green Blue C M Y K H S L
Decimal 188 194 124 0.03 0 0.36 0.24 65.14 0.36 0.62
Hex BC C2 7C 3 0 24 18 41 24 3E
Octal 274 302 174 3 0 44 30 101 44 76
Binary 10111100 11000010 1111100 11 0 100100 11000 1000001 100100 111110

Color Harmonies of #BCC27C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC27C

Black with #BCC27C

Text Example


Text Example

White with #BCC27C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC27C; }

 p { color: rgb(188,194,124); }

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

background-color css

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

 a { background-color: rgb(188,194,124); }

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

border-color css

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

 span { border-color: rgb(188,194,124); }

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